HSL(333, 50%, 83%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,50%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 50%, 83%) | color: hsl(333, 50%, 83%) | |
| HEX | #E9BED1 | color: #E9BED1 | |
| RGB | rgb(233, 190, 209) | color: rgb(233, 190, 209) | |
| CMYK | cmyk(0%, 18%, 10%, 9%) | — | |
| HSV | hsv(333, 18%, 91%) | — | |
| HWB | hwb(333 75% 9%) | color: hwb(333 75% 9%) | |
| OKLCH | oklch(0.8446 0.0549 349.97) | color: oklch(0.8446 0.0549 349.97) | |
| Lab | lab(81.16 18.38 -3.7) | color: lab(81.16 18.38 -3.7) | |
| LCH | lch(81.16 18.75 348.62) | color: lch(81.16 18.75 348.62) |
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)
#D6D6CC — rgb(214, 214, 204)
Deuteranopia (Green-blind)
#D9DCCB — rgb(217, 220, 203)
Tritanopia (Blue-blind)
#E7C9C8 — rgb(231, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 50%, 83%);
text
color: hsl(333, 50%, 83%);
border
border: 2px solid hsl(333, 50%, 83%);
gradient light
background: linear-gradient(to right, hsl(333, 50%, 100%), hsl(333, 50%, 83%));
gradient dark
background: linear-gradient(to right, hsl(333, 50%, 83%), hsl(333, 50%, 63%))
hex
background-color: #E9BED1;
tailwind
bg-[hsl(333,50%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 50%, 83%, 0.4);
css variable
--color-primary: hsl(333, 50%, 83%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 50%, 83%)?
HEX: #E9BED1 | RGB: rgb(233, 190, 209) | CMYK: 0%, 18%, 10%, 9% | HSV: 333°, 18%, 91%. Copy any format from the conversion table above.
What colors go well with #E9BED1?
The complementary color is HSL(153, 50%, 83%). 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, 50%, 83%) in CSS?
As HSL: color: hsl(333, 50%, 83%); — As HEX: color: #E9BED1; — As RGB: color: rgb(233, 190, 209); — Tailwind CSS: bg-[hsl(333,50%,83%)] — CSS variable: --color-primary: hsl(333, 50%, 83%);