HSL(2, 46%, 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(2,46%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 46%, 90%) | color: hsl(2, 46%, 90%) | |
| HEX | #F1DBDA | color: #F1DBDA | |
| RGB | rgb(241, 219, 218) | color: rgb(241, 219, 218) | |
| CMYK | cmyk(0%, 9%, 10%, 5%) | — | |
| HSV | hsv(3, 10%, 95%) | — | |
| HWB | hwb(3 86% 5%) | color: hwb(3 86% 5%) | |
| OKLCH | oklch(0.909 0.0244 20.75) | color: oklch(0.909 0.0244 20.75) | |
| Lab | lab(89.12 7.39 3.24) | color: lab(89.12 7.39 3.24) | |
| LCH | lch(89.12 8.07 23.67) | color: lch(89.12 8.07 23.67) |
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)
#E7E7DA — rgb(231, 231, 218)
Deuteranopia (Green-blind)
#E9EADA — rgb(233, 234, 218)
Tritanopia (Blue-blind)
#F0DADA — rgb(240, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 46%, 90%);
text
color: hsl(2, 46%, 90%);
border
border: 2px solid hsl(2, 46%, 90%);
gradient light
background: linear-gradient(to right, hsl(2, 46%, 100%), hsl(2, 46%, 90%));
gradient dark
background: linear-gradient(to right, hsl(2, 46%, 90%), hsl(2, 46%, 70%))
hex
background-color: #F1DBDA;
tailwind
bg-[hsl(2,46%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 46%, 90%, 0.4);
css variable
--color-primary: hsl(2, 46%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(2, 46%, 90%)?
HEX: #F1DBDA | RGB: rgb(241, 219, 218) | CMYK: 0%, 9%, 10%, 5% | HSV: 3°, 10%, 95%. Copy any format from the conversion table above.
What colors go well with #F1DBDA?
The complementary color is HSL(182, 46%, 90%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 46%, 90%) in CSS?
As HSL: color: hsl(2, 46%, 90%); — As HEX: color: #F1DBDA; — As RGB: color: rgb(241, 219, 218); — Tailwind CSS: bg-[hsl(2,46%,90%)] — CSS variable: --color-primary: hsl(2, 46%, 90%);