HSL(4, 75%, 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(4,75%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(4, 75%, 90%) | color: hsl(4, 75%, 90%) | |
| HEX | #F9D5D2 | color: #F9D5D2 | |
| RGB | rgb(249, 213, 210) | color: rgb(249, 213, 210) | |
| CMYK | cmyk(0%, 14%, 16%, 2%) | — | |
| HSV | hsv(5, 16%, 98%) | — | |
| HWB | hwb(5 82% 2%) | color: hwb(5 82% 2%) | |
| OKLCH | oklch(0.9024 0.0407 23.57) | color: oklch(0.9024 0.0407 23.57) | |
| Lab | lab(88.15 12.06 6.14) | color: lab(88.15 12.06 6.14) | |
| LCH | lch(88.15 13.53 26.98) | color: lch(88.15 13.53 26.98) |
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)
#E9E9D3 — rgb(233, 233, 211)
Deuteranopia (Green-blind)
#ECEED3 — rgb(236, 238, 211)
Tritanopia (Blue-blind)
#F7D3D3 — rgb(247, 211, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(4, 75%, 90%);
text
color: hsl(4, 75%, 90%);
border
border: 2px solid hsl(4, 75%, 90%);
gradient light
background: linear-gradient(to right, hsl(4, 75%, 100%), hsl(4, 75%, 90%));
gradient dark
background: linear-gradient(to right, hsl(4, 75%, 90%), hsl(4, 75%, 70%))
hex
background-color: #F9D5D2;
tailwind
bg-[hsl(4,75%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(4, 75%, 90%, 0.4);
css variable
--color-primary: hsl(4, 75%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(4, 75%, 90%)?
HEX: #F9D5D2 | RGB: rgb(249, 213, 210) | CMYK: 0%, 14%, 16%, 2% | HSV: 5°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #F9D5D2?
The complementary color is HSL(184, 75%, 90%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(4, 75%, 90%) in CSS?
As HSL: color: hsl(4, 75%, 90%); — As HEX: color: #F9D5D2; — As RGB: color: rgb(249, 213, 210); — Tailwind CSS: bg-[hsl(4,75%,90%)] — CSS variable: --color-primary: hsl(4, 75%, 90%);