HSL(12, 100%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,100%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 100%, 71%) | color: hsl(12, 100%, 71%) | |
| HEX | #FF896B | color: #FF896B | |
| RGB | rgb(255, 137, 107) | color: rgb(255, 137, 107) | |
| CMYK | cmyk(0%, 46%, 58%, 0%) | — | |
| HSV | hsv(12, 58%, 100%) | — | |
| HWB | hwb(12 42% 0%) | color: hwb(12 42% 0%) | |
| OKLCH | oklch(0.754 0.1501 35.28) | color: oklch(0.754 0.1501 35.28) | |
| Lab | lab(69.62 42.07 36.09) | color: lab(69.62 42.07 36.09) | |
| LCH | lch(69.62 55.43 40.62) | color: lch(69.62 55.43 40.62) |
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)
#CCCB72 — rgb(204, 203, 114)
Deuteranopia (Green-blind)
#D3DC74 — rgb(211, 220, 116)
Tritanopia (Blue-blind)
#F97879 — rgb(249, 120, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 100%, 71%);
text
color: hsl(12, 100%, 71%);
border
border: 2px solid hsl(12, 100%, 71%);
gradient light
background: linear-gradient(to right, hsl(12, 100%, 91%), hsl(12, 100%, 71%));
gradient dark
background: linear-gradient(to right, hsl(12, 100%, 71%), hsl(12, 100%, 51%))
hex
background-color: #FF896B;
tailwind
bg-[hsl(12,100%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 100%, 71%, 0.4);
css variable
--color-primary: hsl(12, 100%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 100%, 71%)?
HEX: #FF896B | RGB: rgb(255, 137, 107) | CMYK: 0%, 46%, 58%, 0% | HSV: 12°, 58%, 100%. Copy any format from the conversion table above.
What colors go well with #FF896B?
The complementary color is HSL(192, 100%, 71%). 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, 100%, 71%) in CSS?
As HSL: color: hsl(12, 100%, 71%); — As HEX: color: #FF896B; — As RGB: color: rgb(255, 137, 107); — Tailwind CSS: bg-[hsl(12,100%,71%)] — CSS variable: --color-primary: hsl(12, 100%, 71%);