HSL(14, 70%, 92%)
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(14,70%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(14, 70%, 92%) | color: hsl(14, 70%, 92%) | |
| HEX | #F9E3DC | color: #F9E3DC | |
| RGB | rgb(249, 227, 220) | color: rgb(249, 227, 220) | |
| CMYK | cmyk(0%, 9%, 12%, 2%) | — | |
| HSV | hsv(14, 12%, 98%) | — | |
| HWB | hwb(14 86% 2%) | color: hwb(14 86% 2%) | |
| OKLCH | oklch(0.9317 0.0261 38.46) | color: oklch(0.9317 0.0261 38.46) | |
| Lab | lab(91.8 6.37 6.14) | color: lab(91.8 6.37 6.14) | |
| LCH | lch(91.8 8.85 43.95) | color: lch(91.8 8.85 43.95) |
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)
#EFEFDE — rgb(239, 239, 222)
Deuteranopia (Green-blind)
#F1F2DE — rgb(241, 242, 222)
Tritanopia (Blue-blind)
#F8DFDF — rgb(248, 223, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(14, 70%, 92%);
text
color: hsl(14, 70%, 92%);
border
border: 2px solid hsl(14, 70%, 92%);
gradient light
background: linear-gradient(to right, hsl(14, 70%, 100%), hsl(14, 70%, 92%));
gradient dark
background: linear-gradient(to right, hsl(14, 70%, 92%), hsl(14, 70%, 72%))
hex
background-color: #F9E3DC;
tailwind
bg-[hsl(14,70%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(14, 70%, 92%, 0.4);
css variable
--color-primary: hsl(14, 70%, 92%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(14, 70%, 92%)?
HEX: #F9E3DC | RGB: rgb(249, 227, 220) | CMYK: 0%, 9%, 12%, 2% | HSV: 14°, 12%, 98%. Copy any format from the conversion table above.
What colors go well with #F9E3DC?
The complementary color is HSL(194, 70%, 92%). For a triadic harmony, use hues 14°, 134°, and 254°. For analogous combinations, try hues 344° and 44°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(14, 70%, 92%) in CSS?
As HSL: color: hsl(14, 70%, 92%); — As HEX: color: #F9E3DC; — As RGB: color: rgb(249, 227, 220); — Tailwind CSS: bg-[hsl(14,70%,92%)] — CSS variable: --color-primary: hsl(14, 70%, 92%);