HSL(347, 23%, 90%)
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(347,23%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 23%, 90%) | color: hsl(347, 23%, 90%) | |
| HEX | #EBE0E2 | color: #EBE0E2 | |
| RGB | rgb(235, 224, 226) | color: rgb(235, 224, 226) | |
| CMYK | cmyk(0%, 5%, 4%, 8%) | — | |
| HSV | hsv(349, 5%, 92%) | — | |
| HWB | hwb(349 87% 8%) | color: hwb(349 87% 8%) | |
| OKLCH | oklch(0.916 0.0123 4.77) | color: oklch(0.916 0.0123 4.77) | |
| Lab | lab(90.07 4.08 0.36) | color: lab(90.07 4.08 0.36) | |
| LCH | lch(90.07 4.1 5.04) | color: lch(90.07 4.1 5.04) |
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)
#E6E6E2 — rgb(230, 230, 226)
Deuteranopia (Green-blind)
#E7E8E1 — rgb(231, 232, 225)
Tritanopia (Blue-blind)
#EAE1E1 — rgb(234, 225, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 23%, 90%);
text
color: hsl(347, 23%, 90%);
border
border: 2px solid hsl(347, 23%, 90%);
gradient light
background: linear-gradient(to right, hsl(347, 23%, 100%), hsl(347, 23%, 90%));
gradient dark
background: linear-gradient(to right, hsl(347, 23%, 90%), hsl(347, 23%, 70%))
hex
background-color: #EBE0E2;
tailwind
bg-[hsl(347,23%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 23%, 90%, 0.4);
css variable
--color-primary: hsl(347, 23%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(347, 23%, 90%)?
HEX: #EBE0E2 | RGB: rgb(235, 224, 226) | CMYK: 0%, 5%, 4%, 8% | HSV: 349°, 5%, 92%. Copy any format from the conversion table above.
What colors go well with #EBE0E2?
The complementary color is HSL(167, 23%, 90%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 23%, 90%) in CSS?
As HSL: color: hsl(347, 23%, 90%); — As HEX: color: #EBE0E2; — As RGB: color: rgb(235, 224, 226); — Tailwind CSS: bg-[hsl(347,23%,90%)] — CSS variable: --color-primary: hsl(347, 23%, 90%);