HSL(12, 35%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,35%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 35%, 67%) | color: hsl(12, 35%, 67%) | |
| HEX | #C8998D | color: #C8998D | |
| RGB | rgb(200, 153, 141) | color: rgb(200, 153, 141) | |
| CMYK | cmyk(0%, 24%, 30%, 22%) | — | |
| HSV | hsv(12, 30%, 78%) | — | |
| HWB | hwb(12 55% 22%) | color: hwb(12 55% 22%) | |
| OKLCH | oklch(0.7238 0.0594 34.76) | color: oklch(0.7238 0.0594 34.76) | |
| Lab | lab(67.27 15.84 13.1) | color: lab(67.27 15.84 13.1) | |
| LCH | lch(67.27 20.56 39.59) | color: lch(67.27 20.56 39.59) |
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)
#B4B390 — rgb(180, 179, 144)
Deuteranopia (Green-blind)
#B6BA91 — rgb(182, 186, 145)
Tritanopia (Blue-blind)
#C69293 — rgb(198, 146, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 35%, 67%);
text
color: hsl(12, 35%, 67%);
border
border: 2px solid hsl(12, 35%, 67%);
gradient light
background: linear-gradient(to right, hsl(12, 35%, 87%), hsl(12, 35%, 67%));
gradient dark
background: linear-gradient(to right, hsl(12, 35%, 67%), hsl(12, 35%, 47%))
hex
background-color: #C8998D;
tailwind
bg-[hsl(12,35%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 35%, 67%, 0.4);
css variable
--color-primary: hsl(12, 35%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 35%, 67%)?
HEX: #C8998D | RGB: rgb(200, 153, 141) | CMYK: 0%, 24%, 30%, 22% | HSV: 12°, 30%, 78%. Copy any format from the conversion table above.
What colors go well with #C8998D?
The complementary color is HSL(192, 35%, 67%). 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, 35%, 67%) in CSS?
As HSL: color: hsl(12, 35%, 67%); — As HEX: color: #C8998D; — As RGB: color: rgb(200, 153, 141); — Tailwind CSS: bg-[hsl(12,35%,67%)] — CSS variable: --color-primary: hsl(12, 35%, 67%);