HSL(3, 40%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,40%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 40%, 68%) | color: hsl(3, 40%, 68%) | |
| HEX | #CE908D | color: #CE908D | |
| RGB | rgb(206, 144, 141) | color: rgb(206, 144, 141) | |
| CMYK | cmyk(0%, 30%, 32%, 19%) | — | |
| HSV | hsv(3, 32%, 81%) | — | |
| HWB | hwb(3 55% 19%) | color: hwb(3 55% 19%) | |
| OKLCH | oklch(0.7135 0.0759 22.24) | color: oklch(0.7135 0.0759 22.24) | |
| Lab | lab(65.74 23.08 11.04) | color: lab(65.74 23.08 11.04) | |
| LCH | lch(65.74 25.58 25.56) | color: lch(65.74 25.58 25.56) |
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)
#B3B38E — rgb(179, 179, 142)
Deuteranopia (Green-blind)
#B7BB8E — rgb(183, 187, 142)
Tritanopia (Blue-blind)
#CB8E8E — rgb(203, 142, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 40%, 68%);
text
color: hsl(3, 40%, 68%);
border
border: 2px solid hsl(3, 40%, 68%);
gradient light
background: linear-gradient(to right, hsl(3, 40%, 88%), hsl(3, 40%, 68%));
gradient dark
background: linear-gradient(to right, hsl(3, 40%, 68%), hsl(3, 40%, 48%))
hex
background-color: #CE908D;
tailwind
bg-[hsl(3,40%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 40%, 68%, 0.4);
css variable
--color-primary: hsl(3, 40%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 40%, 68%)?
HEX: #CE908D | RGB: rgb(206, 144, 141) | CMYK: 0%, 30%, 32%, 19% | HSV: 3°, 32%, 81%. Copy any format from the conversion table above.
What colors go well with #CE908D?
The complementary color is HSL(183, 40%, 68%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 40%, 68%) in CSS?
As HSL: color: hsl(3, 40%, 68%); — As HEX: color: #CE908D; — As RGB: color: rgb(206, 144, 141); — Tailwind CSS: bg-[hsl(3,40%,68%)] — CSS variable: --color-primary: hsl(3, 40%, 68%);