HSL(12, 88%, 85%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,88%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 88%, 85%) | color: hsl(12, 88%, 85%) | |
| HEX | #FAC5B7 | color: #FAC5B7 | |
| RGB | rgb(250, 197, 183) | color: rgb(250, 197, 183) | |
| CMYK | cmyk(0%, 21%, 27%, 2%) | — | |
| HSV | hsv(13, 27%, 98%) | — | |
| HWB | hwb(13 72% 2%) | color: hwb(13 72% 2%) | |
| OKLCH | oklch(0.8667 0.064 35.25) | color: oklch(0.8667 0.064 35.25) | |
| Lab | lab(83.8 16.89 14.24) | color: lab(83.8 16.89 14.24) | |
| LCH | lch(83.8 22.09 40.13) | color: lch(83.8 22.09 40.13) |
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)
#E3E3BA — rgb(227, 227, 186)
Deuteranopia (Green-blind)
#E6EABB — rgb(230, 234, 187)
Tritanopia (Blue-blind)
#F7BDBE — rgb(247, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 88%, 85%);
text
color: hsl(12, 88%, 85%);
border
border: 2px solid hsl(12, 88%, 85%);
gradient light
background: linear-gradient(to right, hsl(12, 88%, 100%), hsl(12, 88%, 85%));
gradient dark
background: linear-gradient(to right, hsl(12, 88%, 85%), hsl(12, 88%, 65%))
hex
background-color: #FAC5B7;
tailwind
bg-[hsl(12,88%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 88%, 85%, 0.4);
css variable
--color-primary: hsl(12, 88%, 85%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 88%, 85%)?
HEX: #FAC5B7 | RGB: rgb(250, 197, 183) | CMYK: 0%, 21%, 27%, 2% | HSV: 13°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #FAC5B7?
The complementary color is HSL(192, 88%, 85%). 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, 88%, 85%) in CSS?
As HSL: color: hsl(12, 88%, 85%); — As HEX: color: #FAC5B7; — As RGB: color: rgb(250, 197, 183); — Tailwind CSS: bg-[hsl(12,88%,85%)] — CSS variable: --color-primary: hsl(12, 88%, 85%);