HSL(12, 70%, 65%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,70%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 70%, 65%) | color: hsl(12, 70%, 65%) | |
| HEX | #E48067 | color: #E48067 | |
| RGB | rgb(228, 128, 103) | color: rgb(228, 128, 103) | |
| CMYK | cmyk(0%, 44%, 55%, 11%) | — | |
| HSV | hsv(12, 55%, 89%) | — | |
| HWB | hwb(12 40% 11%) | color: hwb(12 40% 11%) | |
| OKLCH | oklch(0.7041 0.1293 34.99) | color: oklch(0.7041 0.1293 34.99) | |
| Lab | lab(64.09 36.11 30.48) | color: lab(64.09 36.11 30.48) | |
| LCH | lch(64.09 47.25 40.17) | color: lch(64.09 47.25 40.17) |
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)
#B9B86D — rgb(185, 184, 109)
Deuteranopia (Green-blind)
#BFC66F — rgb(191, 198, 111)
Tritanopia (Blue-blind)
#DF7273 — rgb(223, 114, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 70%, 65%);
text
color: hsl(12, 70%, 65%);
border
border: 2px solid hsl(12, 70%, 65%);
gradient light
background: linear-gradient(to right, hsl(12, 70%, 85%), hsl(12, 70%, 65%));
gradient dark
background: linear-gradient(to right, hsl(12, 70%, 65%), hsl(12, 70%, 45%))
hex
background-color: #E48067;
tailwind
bg-[hsl(12,70%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 70%, 65%, 0.4);
css variable
--color-primary: hsl(12, 70%, 65%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 70%, 65%)?
HEX: #E48067 | RGB: rgb(228, 128, 103) | CMYK: 0%, 44%, 55%, 11% | HSV: 12°, 55%, 89%. Copy any format from the conversion table above.
What colors go well with #E48067?
The complementary color is HSL(192, 70%, 65%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 70%, 65%) in CSS?
As HSL: color: hsl(12, 70%, 65%); — As HEX: color: #E48067; — As RGB: color: rgb(228, 128, 103); — Tailwind CSS: bg-[hsl(12,70%,65%)] — CSS variable: --color-primary: hsl(12, 70%, 65%);