HSL(354, 90%, 86%)
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,90%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 90%, 86%) | color: hsl(354, 90%, 86%) | |
| HEX | #FBBBC2 | color: #FBBBC2 | |
| RGB | rgb(251, 187, 194) | color: rgb(251, 187, 194) | |
| CMYK | cmyk(0%, 25%, 23%, 2%) | — | |
| HSV | hsv(353, 25%, 98%) | — | |
| HWB | hwb(353 74% 2%) | color: hwb(353 74% 2%) | |
| OKLCH | oklch(0.8524 0.0744 11.47) | color: oklch(0.8524 0.0744 11.47) | |
| Lab | lab(81.81 24.04 5.53) | color: lab(81.81 24.04 5.53) | |
| LCH | lch(81.81 24.67 12.95) | color: lch(81.81 24.67 12.95) |
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)
#DFDFC0 — rgb(223, 223, 192)
Deuteranopia (Green-blind)
#E3E8C0 — rgb(227, 232, 192)
Tritanopia (Blue-blind)
#F8BFBF — rgb(248, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 90%, 86%);
text
color: hsl(354, 90%, 86%);
border
border: 2px solid hsl(354, 90%, 86%);
gradient light
background: linear-gradient(to right, hsl(354, 90%, 100%), hsl(354, 90%, 86%));
gradient dark
background: linear-gradient(to right, hsl(354, 90%, 86%), hsl(354, 90%, 66%))
hex
background-color: #FBBBC2;
tailwind
bg-[hsl(354,90%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 90%, 86%, 0.4);
css variable
--color-primary: hsl(354, 90%, 86%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(354, 90%, 86%)?
HEX: #FBBBC2 | RGB: rgb(251, 187, 194) | CMYK: 0%, 25%, 23%, 2% | HSV: 353°, 25%, 98%. Copy any format from the conversion table above.
What colors go well with #FBBBC2?
The complementary color is HSL(174, 90%, 86%). 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, 90%, 86%) in CSS?
As HSL: color: hsl(354, 90%, 86%); — As HEX: color: #FBBBC2; — As RGB: color: rgb(251, 187, 194); — Tailwind CSS: bg-[hsl(354,90%,86%)] — CSS variable: --color-primary: hsl(354, 90%, 86%);