HSL(346, 83%, 91%)
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(346,83%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 83%, 91%) | color: hsl(346, 83%, 91%) | |
| HEX | #FBD5DE | color: #FBD5DE | |
| RGB | rgb(251, 213, 222) | color: rgb(251, 213, 222) | |
| CMYK | cmyk(0%, 15%, 12%, 2%) | — | |
| HSV | hsv(346, 15%, 98%) | — | |
| HWB | hwb(346 83% 2%) | color: hwb(346 83% 2%) | |
| OKLCH | oklch(0.9075 0.0439 2.05) | color: oklch(0.9075 0.0439 2.05) | |
| Lab | lab(88.63 14.66 0.51) | color: lab(88.63 14.66 0.51) | |
| LCH | lch(88.63 14.67 1.99) | color: lch(88.63 14.67 1.99) |
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)
#EBEADC — rgb(235, 234, 220)
Deuteranopia (Green-blind)
#EDF0DB — rgb(237, 240, 219)
Tritanopia (Blue-blind)
#F9DADA — rgb(249, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 83%, 91%);
text
color: hsl(346, 83%, 91%);
border
border: 2px solid hsl(346, 83%, 91%);
gradient light
background: linear-gradient(to right, hsl(346, 83%, 100%), hsl(346, 83%, 91%));
gradient dark
background: linear-gradient(to right, hsl(346, 83%, 91%), hsl(346, 83%, 71%))
hex
background-color: #FBD5DE;
tailwind
bg-[hsl(346,83%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 83%, 91%, 0.4);
css variable
--color-primary: hsl(346, 83%, 91%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(346, 83%, 91%)?
HEX: #FBD5DE | RGB: rgb(251, 213, 222) | CMYK: 0%, 15%, 12%, 2% | HSV: 346°, 15%, 98%. Copy any format from the conversion table above.
What colors go well with #FBD5DE?
The complementary color is HSL(166, 83%, 91%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 83%, 91%) in CSS?
As HSL: color: hsl(346, 83%, 91%); — As HEX: color: #FBD5DE; — As RGB: color: rgb(251, 213, 222); — Tailwind CSS: bg-[hsl(346,83%,91%)] — CSS variable: --color-primary: hsl(346, 83%, 91%);