HSL(7, 46%, 88%)
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(7,46%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 46%, 88%) | color: hsl(7, 46%, 88%) | |
| HEX | #EED6D2 | color: #EED6D2 | |
| RGB | rgb(238, 214, 210) | color: rgb(238, 214, 210) | |
| CMYK | cmyk(0%, 10%, 12%, 7%) | — | |
| HSV | hsv(9, 12%, 93%) | — | |
| HWB | hwb(9 82% 7%) | color: hwb(9 82% 7%) | |
| OKLCH | oklch(0.8947 0.0274 28.96) | color: oklch(0.8947 0.0274 28.96) | |
| Lab | lab(87.45 7.64 5) | color: lab(87.45 7.64 5) | |
| LCH | lch(87.45 9.13 33.2) | color: lch(87.45 9.13 33.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)
#E4E3D3 — rgb(228, 227, 211)
Deuteranopia (Green-blind)
#E5E7D3 — rgb(229, 231, 211)
Tritanopia (Blue-blind)
#EDD4D4 — rgb(237, 212, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 46%, 88%);
text
color: hsl(7, 46%, 88%);
border
border: 2px solid hsl(7, 46%, 88%);
gradient light
background: linear-gradient(to right, hsl(7, 46%, 100%), hsl(7, 46%, 88%));
gradient dark
background: linear-gradient(to right, hsl(7, 46%, 88%), hsl(7, 46%, 68%))
hex
background-color: #EED6D2;
tailwind
bg-[hsl(7,46%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 46%, 88%, 0.4);
css variable
--color-primary: hsl(7, 46%, 88%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(7, 46%, 88%)?
HEX: #EED6D2 | RGB: rgb(238, 214, 210) | CMYK: 0%, 10%, 12%, 7% | HSV: 9°, 12%, 93%. Copy any format from the conversion table above.
What colors go well with #EED6D2?
The complementary color is HSL(187, 46%, 88%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 46%, 88%) in CSS?
As HSL: color: hsl(7, 46%, 88%); — As HEX: color: #EED6D2; — As RGB: color: rgb(238, 214, 210); — Tailwind CSS: bg-[hsl(7,46%,88%)] — CSS variable: --color-primary: hsl(7, 46%, 88%);