HSL(333, 30%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,30%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 30%, 70%) | color: hsl(333, 30%, 70%) | |
| HEX | #C99CB0 | color: #C99CB0 | |
| RGB | rgb(201, 156, 176) | color: rgb(201, 156, 176) | |
| CMYK | cmyk(0%, 22%, 12%, 21%) | — | |
| HSV | hsv(333, 22%, 79%) | — | |
| HWB | hwb(333 62% 21%) | color: hwb(333 62% 21%) | |
| OKLCH | oklch(0.7403 0.0596 350.22) | color: oklch(0.7403 0.0596 350.22) | |
| Lab | lab(68.99 19.9 -3.92) | color: lab(68.99 19.9 -3.92) | |
| LCH | lch(68.99 20.28 348.86) | color: lch(68.99 20.28 348.86) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B6B5AB — rgb(182, 181, 171)
Deuteranopia (Green-blind)
#B8BCAA — rgb(184, 188, 170)
Tritanopia (Blue-blind)
#C7A7A7 — rgb(199, 167, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 30%, 70%);
text
color: hsl(333, 30%, 70%);
border
border: 2px solid hsl(333, 30%, 70%);
gradient light
background: linear-gradient(to right, hsl(333, 30%, 90%), hsl(333, 30%, 70%));
gradient dark
background: linear-gradient(to right, hsl(333, 30%, 70%), hsl(333, 30%, 50%))
hex
background-color: #C99CB0;
tailwind
bg-[hsl(333,30%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 30%, 70%, 0.4);
css variable
--color-primary: hsl(333, 30%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 30%, 70%)?
HEX: #C99CB0 | RGB: rgb(201, 156, 176) | CMYK: 0%, 22%, 12%, 21% | HSV: 333°, 22%, 79%. Copy any format from the conversion table above.
What colors go well with #C99CB0?
The complementary color is HSL(153, 30%, 70%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 30%, 70%) in CSS?
As HSL: color: hsl(333, 30%, 70%); — As HEX: color: #C99CB0; — As RGB: color: rgb(201, 156, 176); — Tailwind CSS: bg-[hsl(333,30%,70%)] — CSS variable: --color-primary: hsl(333, 30%, 70%);