HSL(6, 59%, 85%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,59%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 59%, 85%) | color: hsl(6, 59%, 85%) | |
| HEX | #EFC7C2 | color: #EFC7C2 | |
| RGB | rgb(239, 199, 194) | color: rgb(239, 199, 194) | |
| CMYK | cmyk(0%, 17%, 19%, 6%) | — | |
| HSV | hsv(7, 19%, 94%) | — | |
| HWB | hwb(7 76% 6%) | color: hwb(7 76% 6%) | |
| OKLCH | oklch(0.8628 0.0462 26.43) | color: oklch(0.8628 0.0462 26.43) | |
| Lab | lab(83.49 13.38 7.8) | color: lab(83.49 13.38 7.8) | |
| LCH | lch(83.49 15.49 30.24) | color: lch(83.49 15.49 30.24) |
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)
#DEDDC3 — rgb(222, 221, 195)
Deuteranopia (Green-blind)
#E0E3C4 — rgb(224, 227, 196)
Tritanopia (Blue-blind)
#EDC4C4 — rgb(237, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 59%, 85%);
text
color: hsl(6, 59%, 85%);
border
border: 2px solid hsl(6, 59%, 85%);
gradient light
background: linear-gradient(to right, hsl(6, 59%, 100%), hsl(6, 59%, 85%));
gradient dark
background: linear-gradient(to right, hsl(6, 59%, 85%), hsl(6, 59%, 65%))
hex
background-color: #EFC7C2;
tailwind
bg-[hsl(6,59%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 59%, 85%, 0.4);
css variable
--color-primary: hsl(6, 59%, 85%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 59%, 85%)?
HEX: #EFC7C2 | RGB: rgb(239, 199, 194) | CMYK: 0%, 17%, 19%, 6% | HSV: 7°, 19%, 94%. Copy any format from the conversion table above.
What colors go well with #EFC7C2?
The complementary color is HSL(186, 59%, 85%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 59%, 85%) in CSS?
As HSL: color: hsl(6, 59%, 85%); — As HEX: color: #EFC7C2; — As RGB: color: rgb(239, 199, 194); — Tailwind CSS: bg-[hsl(6,59%,85%)] — CSS variable: --color-primary: hsl(6, 59%, 85%);