HSL(12, 37%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,37%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 37%, 68%) | color: hsl(12, 37%, 68%) | |
| HEX | #CC9B8F | color: #CC9B8F | |
| RGB | rgb(204, 155, 143) | color: rgb(204, 155, 143) | |
| CMYK | cmyk(0%, 24%, 30%, 20%) | — | |
| HSV | hsv(12, 30%, 80%) | — | |
| HWB | hwb(12 56% 20%) | color: hwb(12 56% 20%) | |
| OKLCH | oklch(0.7323 0.0616 34.15) | color: oklch(0.7323 0.0616 34.15) | |
| Lab | lab(68.22 16.57 13.38) | color: lab(68.22 16.57 13.38) | |
| LCH | lch(68.22 21.3 38.92) | color: lch(68.22 21.3 38.92) |
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)
#B7B692 — rgb(183, 182, 146)
Deuteranopia (Green-blind)
#BABD93 — rgb(186, 189, 147)
Tritanopia (Blue-blind)
#CA9495 — rgb(202, 148, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 37%, 68%);
text
color: hsl(12, 37%, 68%);
border
border: 2px solid hsl(12, 37%, 68%);
gradient light
background: linear-gradient(to right, hsl(12, 37%, 88%), hsl(12, 37%, 68%));
gradient dark
background: linear-gradient(to right, hsl(12, 37%, 68%), hsl(12, 37%, 48%))
hex
background-color: #CC9B8F;
tailwind
bg-[hsl(12,37%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 37%, 68%, 0.4);
css variable
--color-primary: hsl(12, 37%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 37%, 68%)?
HEX: #CC9B8F | RGB: rgb(204, 155, 143) | CMYK: 0%, 24%, 30%, 20% | HSV: 12°, 30%, 80%. Copy any format from the conversion table above.
What colors go well with #CC9B8F?
The complementary color is HSL(192, 37%, 68%). 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, 37%, 68%) in CSS?
As HSL: color: hsl(12, 37%, 68%); — As HEX: color: #CC9B8F; — As RGB: color: rgb(204, 155, 143); — Tailwind CSS: bg-[hsl(12,37%,68%)] — CSS variable: --color-primary: hsl(12, 37%, 68%);