HSL(333, 40%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,40%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 40%, 70%) | color: hsl(333, 40%, 70%) | |
| HEX | #D194AF | color: #D194AF | |
| RGB | rgb(209, 148, 175) | color: rgb(209, 148, 175) | |
| CMYK | cmyk(0%, 29%, 16%, 18%) | — | |
| HSV | hsv(333, 29%, 82%) | — | |
| HWB | hwb(333 58% 18%) | color: hwb(333 58% 18%) | |
| OKLCH | oklch(0.7337 0.0811 351.08) | color: oklch(0.7337 0.0811 351.08) | |
| Lab | lab(67.9 26.98 -4.88) | color: lab(67.9 26.98 -4.88) | |
| LCH | lch(67.9 27.42 349.75) | color: lch(67.9 27.42 349.75) |
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)
#B7B6A8 — rgb(183, 182, 168)
Deuteranopia (Green-blind)
#BABFA7 — rgb(186, 191, 167)
Tritanopia (Blue-blind)
#CEA3A2 — rgb(206, 163, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 40%, 70%);
text
color: hsl(333, 40%, 70%);
border
border: 2px solid hsl(333, 40%, 70%);
gradient light
background: linear-gradient(to right, hsl(333, 40%, 90%), hsl(333, 40%, 70%));
gradient dark
background: linear-gradient(to right, hsl(333, 40%, 70%), hsl(333, 40%, 50%))
hex
background-color: #D194AF;
tailwind
bg-[hsl(333,40%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 40%, 70%, 0.4);
css variable
--color-primary: hsl(333, 40%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 40%, 70%)?
HEX: #D194AF | RGB: rgb(209, 148, 175) | CMYK: 0%, 29%, 16%, 18% | HSV: 333°, 29%, 82%. Copy any format from the conversion table above.
What colors go well with #D194AF?
The complementary color is HSL(153, 40%, 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, 40%, 70%) in CSS?
As HSL: color: hsl(333, 40%, 70%); — As HEX: color: #D194AF; — As RGB: color: rgb(209, 148, 175); — Tailwind CSS: bg-[hsl(333,40%,70%)] — CSS variable: --color-primary: hsl(333, 40%, 70%);