HSL(339, 75%, 90%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,75%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 75%, 90%) | color: hsl(339, 75%, 90%) | |
| HEX | #F9D2E0 | color: #F9D2E0 | |
| RGB | rgb(249, 210, 224) | color: rgb(249, 210, 224) | |
| CMYK | cmyk(0%, 16%, 10%, 2%) | — | |
| HSV | hsv(338, 16%, 98%) | — | |
| HWB | hwb(338 82% 2%) | color: hwb(338 82% 2%) | |
| OKLCH | oklch(0.9007 0.0471 354.49) | color: oklch(0.9007 0.0471 354.49) | |
| Lab | lab(87.78 15.86 -1.8) | color: lab(87.78 15.86 -1.8) | |
| LCH | lch(87.78 15.96 353.53) | color: lch(87.78 15.96 353.53) |
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)
#E8E8DD — rgb(232, 232, 221)
Deuteranopia (Green-blind)
#EAEDDC — rgb(234, 237, 220)
Tritanopia (Blue-blind)
#F7DAD9 — rgb(247, 218, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 75%, 90%);
text
color: hsl(339, 75%, 90%);
border
border: 2px solid hsl(339, 75%, 90%);
gradient light
background: linear-gradient(to right, hsl(339, 75%, 100%), hsl(339, 75%, 90%));
gradient dark
background: linear-gradient(to right, hsl(339, 75%, 90%), hsl(339, 75%, 70%))
hex
background-color: #F9D2E0;
tailwind
bg-[hsl(339,75%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 75%, 90%, 0.4);
css variable
--color-primary: hsl(339, 75%, 90%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 75%, 90%)?
HEX: #F9D2E0 | RGB: rgb(249, 210, 224) | CMYK: 0%, 16%, 10%, 2% | HSV: 338°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #F9D2E0?
The complementary color is HSL(159, 75%, 90%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 75%, 90%) in CSS?
As HSL: color: hsl(339, 75%, 90%); — As HEX: color: #F9D2E0; — As RGB: color: rgb(249, 210, 224); — Tailwind CSS: bg-[hsl(339,75%,90%)] — CSS variable: --color-primary: hsl(339, 75%, 90%);