HSL(347, 77%, 90%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(347,77%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 77%, 90%) | color: hsl(347, 77%, 90%) | |
| HEX | #F9D2DA | color: #F9D2DA | |
| RGB | rgb(249, 210, 218) | color: rgb(249, 210, 218) | |
| CMYK | cmyk(0%, 16%, 12%, 2%) | — | |
| HSV | hsv(348, 16%, 98%) | — | |
| HWB | hwb(348 82% 2%) | color: hwb(348 82% 2%) | |
| OKLCH | oklch(0.899 0.0448 4.17) | color: oklch(0.899 0.0448 4.17) | |
| Lab | lab(87.63 14.88 1.15) | color: lab(87.63 14.88 1.15) | |
| LCH | lch(87.63 14.92 4.42) | color: lch(87.63 14.92 4.42) |
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)
#E8E8D8 — rgb(232, 232, 216)
Deuteranopia (Green-blind)
#EAEDD8 — rgb(234, 237, 216)
Tritanopia (Blue-blind)
#F7D7D6 — rgb(247, 215, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 77%, 90%);
text
color: hsl(347, 77%, 90%);
border
border: 2px solid hsl(347, 77%, 90%);
gradient light
background: linear-gradient(to right, hsl(347, 77%, 100%), hsl(347, 77%, 90%));
gradient dark
background: linear-gradient(to right, hsl(347, 77%, 90%), hsl(347, 77%, 70%))
hex
background-color: #F9D2DA;
tailwind
bg-[hsl(347,77%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 77%, 90%, 0.4);
css variable
--color-primary: hsl(347, 77%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(347, 77%, 90%)?
HEX: #F9D2DA | RGB: rgb(249, 210, 218) | CMYK: 0%, 16%, 12%, 2% | HSV: 348°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #F9D2DA?
The complementary color is HSL(167, 77%, 90%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 77%, 90%) in CSS?
As HSL: color: hsl(347, 77%, 90%); — As HEX: color: #F9D2DA; — As RGB: color: rgb(249, 210, 218); — Tailwind CSS: bg-[hsl(347,77%,90%)] — CSS variable: --color-primary: hsl(347, 77%, 90%);