HSL(333, 70%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,70%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 70%, 74%) | color: hsl(333, 70%, 74%) | |
| HEX | #EB8EB8 | color: #EB8EB8 | |
| RGB | rgb(235, 142, 184) | color: rgb(235, 142, 184) | |
| CMYK | cmyk(0%, 40%, 22%, 8%) | — | |
| HSV | hsv(333, 40%, 92%) | — | |
| HWB | hwb(333 55% 8%) | color: hwb(333 55% 8%) | |
| OKLCH | oklch(0.7556 0.1229 351.87) | color: oklch(0.7556 0.1229 351.87) | |
| Lab | lab(69.8 40.62 -6.75) | color: lab(69.8 40.62 -6.75) | |
| LCH | lch(69.8 41.18 350.57) | color: lch(69.8 41.18 350.57) |
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)
#C3C2AE — rgb(195, 194, 174)
Deuteranopia (Green-blind)
#C8CFAB — rgb(200, 207, 171)
Tritanopia (Blue-blind)
#E6A6A4 — rgb(230, 166, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 70%, 74%);
text
color: hsl(333, 70%, 74%);
border
border: 2px solid hsl(333, 70%, 74%);
gradient light
background: linear-gradient(to right, hsl(333, 70%, 94%), hsl(333, 70%, 74%));
gradient dark
background: linear-gradient(to right, hsl(333, 70%, 74%), hsl(333, 70%, 54%))
hex
background-color: #EB8EB8;
tailwind
bg-[hsl(333,70%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 70%, 74%, 0.4);
css variable
--color-primary: hsl(333, 70%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 70%, 74%)?
HEX: #EB8EB8 | RGB: rgb(235, 142, 184) | CMYK: 0%, 40%, 22%, 8% | HSV: 333°, 40%, 92%. Copy any format from the conversion table above.
What colors go well with #EB8EB8?
The complementary color is HSL(153, 70%, 74%). 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, 70%, 74%) in CSS?
As HSL: color: hsl(333, 70%, 74%); — As HEX: color: #EB8EB8; — As RGB: color: rgb(235, 142, 184); — Tailwind CSS: bg-[hsl(333,70%,74%)] — CSS variable: --color-primary: hsl(333, 70%, 74%);