HSL(349, 30%, 84%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(349,30%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(349, 30%, 84%) | color: hsl(349, 30%, 84%) | |
| HEX | #E2CACE | color: #E2CACE | |
| RGB | rgb(226, 202, 206) | color: rgb(226, 202, 206) | |
| CMYK | cmyk(0%, 11%, 9%, 11%) | — | |
| HSV | hsv(350, 11%, 89%) | — | |
| HWB | hwb(350 79% 11%) | color: hwb(350 79% 11%) | |
| OKLCH | oklch(0.8601 0.0274 6.27) | color: oklch(0.8601 0.0274 6.27) | |
| Lab | lab(83.37 9.06 1.08) | color: lab(83.37 9.06 1.08) | |
| LCH | lch(83.37 9.12 6.8) | color: lch(83.37 9.12 6.8) |
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)
#D8D7CD — rgb(216, 215, 205)
Deuteranopia (Green-blind)
#D9DBCD — rgb(217, 219, 205)
Tritanopia (Blue-blind)
#E1CCCC — rgb(225, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(349, 30%, 84%);
text
color: hsl(349, 30%, 84%);
border
border: 2px solid hsl(349, 30%, 84%);
gradient light
background: linear-gradient(to right, hsl(349, 30%, 100%), hsl(349, 30%, 84%));
gradient dark
background: linear-gradient(to right, hsl(349, 30%, 84%), hsl(349, 30%, 64%))
hex
background-color: #E2CACE;
tailwind
bg-[hsl(349,30%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(349, 30%, 84%, 0.4);
css variable
--color-primary: hsl(349, 30%, 84%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(349, 30%, 84%)?
HEX: #E2CACE | RGB: rgb(226, 202, 206) | CMYK: 0%, 11%, 9%, 11% | HSV: 350°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #E2CACE?
The complementary color is HSL(169, 30%, 84%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(349, 30%, 84%) in CSS?
As HSL: color: hsl(349, 30%, 84%); — As HEX: color: #E2CACE; — As RGB: color: rgb(226, 202, 206); — Tailwind CSS: bg-[hsl(349,30%,84%)] — CSS variable: --color-primary: hsl(349, 30%, 84%);