HSL(354, 80%, 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(354,80%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 80%, 92%) | color: hsl(354, 80%, 92%) | |
| HEX | #FBDADE | color: #FBDADE | |
| RGB | rgb(251, 218, 222) | color: rgb(251, 218, 222) | |
| CMYK | cmyk(0%, 13%, 12%, 2%) | — | |
| HSV | hsv(353, 13%, 98%) | — | |
| HWB | hwb(353 85% 2%) | color: hwb(353 85% 2%) | |
| OKLCH | oklch(0.9169 0.037 9.55) | color: oklch(0.9169 0.037 9.55) | |
| Lab | lab(89.83 12.05 2.26) | color: lab(89.83 12.05 2.26) | |
| LCH | lch(89.83 12.26 10.62) | color: lch(89.83 12.26 10.62) |
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)
#EDECDD — rgb(237, 236, 221)
Deuteranopia (Green-blind)
#EFF1DD — rgb(239, 241, 221)
Tritanopia (Blue-blind)
#F9DCDC — rgb(249, 220, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 80%, 92%);
text
color: hsl(354, 80%, 92%);
border
border: 2px solid hsl(354, 80%, 92%);
gradient light
background: linear-gradient(to right, hsl(354, 80%, 100%), hsl(354, 80%, 92%));
gradient dark
background: linear-gradient(to right, hsl(354, 80%, 92%), hsl(354, 80%, 72%))
hex
background-color: #FBDADE;
tailwind
bg-[hsl(354,80%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 80%, 92%, 0.4);
css variable
--color-primary: hsl(354, 80%, 92%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(354, 80%, 92%)?
HEX: #FBDADE | RGB: rgb(251, 218, 222) | CMYK: 0%, 13%, 12%, 2% | HSV: 353°, 13%, 98%. Copy any format from the conversion table above.
What colors go well with #FBDADE?
The complementary color is HSL(174, 80%, 92%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(354, 80%, 92%) in CSS?
As HSL: color: hsl(354, 80%, 92%); — As HEX: color: #FBDADE; — As RGB: color: rgb(251, 218, 222); — Tailwind CSS: bg-[hsl(354,80%,92%)] — CSS variable: --color-primary: hsl(354, 80%, 92%);