HSL(5, 83%, 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(5,83%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(5, 83%, 92%) | color: hsl(5, 83%, 92%) | |
| HEX | #FCDCDA | color: #FCDCDA | |
| RGB | rgb(252, 220, 218) | color: rgb(252, 220, 218) | |
| CMYK | cmyk(0%, 13%, 13%, 1%) | — | |
| HSV | hsv(4, 13%, 99%) | — | |
| HWB | hwb(4 86% 1%) | color: hwb(4 86% 1%) | |
| OKLCH | oklch(0.9204 0.0357 22.08) | color: oklch(0.9204 0.0357 22.08) | |
| Lab | lab(90.3 10.73 5.05) | color: lab(90.3 10.73 5.05) | |
| LCH | lch(90.3 11.86 25.2) | color: lch(90.3 11.86 25.2) |
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)
#EEEEDA — rgb(238, 238, 218)
Deuteranopia (Green-blind)
#F0F2DB — rgb(240, 242, 219)
Tritanopia (Blue-blind)
#FADBDB — rgb(250, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(5, 83%, 92%);
text
color: hsl(5, 83%, 92%);
border
border: 2px solid hsl(5, 83%, 92%);
gradient light
background: linear-gradient(to right, hsl(5, 83%, 100%), hsl(5, 83%, 92%));
gradient dark
background: linear-gradient(to right, hsl(5, 83%, 92%), hsl(5, 83%, 72%))
hex
background-color: #FCDCDA;
tailwind
bg-[hsl(5,83%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(5, 83%, 92%, 0.4);
css variable
--color-primary: hsl(5, 83%, 92%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(5, 83%, 92%)?
HEX: #FCDCDA | RGB: rgb(252, 220, 218) | CMYK: 0%, 13%, 13%, 1% | HSV: 4°, 13%, 99%. Copy any format from the conversion table above.
What colors go well with #FCDCDA?
The complementary color is HSL(185, 83%, 92%). For a triadic harmony, use hues 5°, 125°, and 245°. For analogous combinations, try hues 335° and 35°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(5, 83%, 92%) in CSS?
As HSL: color: hsl(5, 83%, 92%); — As HEX: color: #FCDCDA; — As RGB: color: rgb(252, 220, 218); — Tailwind CSS: bg-[hsl(5,83%,92%)] — CSS variable: --color-primary: hsl(5, 83%, 92%);