HSL(351, 99%, 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(351,99%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 99%, 92%) | color: hsl(351, 99%, 92%) | |
| HEX | #FFD6DC | color: #FFD6DC | |
| RGB | rgb(255, 214, 220) | color: rgb(255, 214, 220) | |
| CMYK | cmyk(0%, 16%, 14%, 0%) | — | |
| HSV | hsv(351, 16%, 100%) | — | |
| HWB | hwb(351 84% 0%) | color: hwb(351 84% 0%) | |
| OKLCH | oklch(0.9124 0.0464 8.11) | color: oklch(0.9124 0.0464 8.11) | |
| Lab | lab(89.17 15.21 2.4) | color: lab(89.17 15.21 2.4) | |
| LCH | lch(89.17 15.4 8.97) | color: lch(89.17 15.4 8.97) |
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)
#EDEDDB — rgb(237, 237, 219)
Deuteranopia (Green-blind)
#F0F3DA — rgb(240, 243, 218)
Tritanopia (Blue-blind)
#FDD9D9 — rgb(253, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 99%, 92%);
text
color: hsl(351, 99%, 92%);
border
border: 2px solid hsl(351, 99%, 92%);
gradient light
background: linear-gradient(to right, hsl(351, 99%, 100%), hsl(351, 99%, 92%));
gradient dark
background: linear-gradient(to right, hsl(351, 99%, 92%), hsl(351, 99%, 72%))
hex
background-color: #FFD6DC;
tailwind
bg-[hsl(351,99%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 99%, 92%, 0.4);
css variable
--color-primary: hsl(351, 99%, 92%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(351, 99%, 92%)?
HEX: #FFD6DC | RGB: rgb(255, 214, 220) | CMYK: 0%, 16%, 14%, 0% | HSV: 351°, 16%, 100%. Copy any format from the conversion table above.
What colors go well with #FFD6DC?
The complementary color is HSL(171, 99%, 92%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 99%, 92%) in CSS?
As HSL: color: hsl(351, 99%, 92%); — As HEX: color: #FFD6DC; — As RGB: color: rgb(255, 214, 220); — Tailwind CSS: bg-[hsl(351,99%,92%)] — CSS variable: --color-primary: hsl(351, 99%, 92%);