HSL(33, 40%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,40%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 40%, 67%) | color: hsl(33, 40%, 67%) | |
| HEX | #CDAE89 | color: #CDAE89 | |
| RGB | rgb(205, 174, 137) | color: rgb(205, 174, 137) | |
| CMYK | cmyk(0%, 15%, 33%, 20%) | — | |
| HSV | hsv(33, 33%, 80%) | — | |
| HWB | hwb(33 54% 20%) | color: hwb(33 54% 20%) | |
| OKLCH | oklch(0.7689 0.0617 71.64) | color: oklch(0.7689 0.0617 71.64) | |
| Lab | lab(72.93 5.88 23.19) | color: lab(72.93 5.88 23.19) | |
| LCH | lch(72.93 23.92 75.77) | color: lch(72.93 23.92 75.77) |
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)
#C0BF92 — rgb(192, 191, 146)
Deuteranopia (Green-blind)
#C1C494 — rgb(193, 196, 148)
Tritanopia (Blue-blind)
#CB999B — rgb(203, 153, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 40%, 67%);
text
color: hsl(33, 40%, 67%);
border
border: 2px solid hsl(33, 40%, 67%);
gradient light
background: linear-gradient(to right, hsl(33, 40%, 87%), hsl(33, 40%, 67%));
gradient dark
background: linear-gradient(to right, hsl(33, 40%, 67%), hsl(33, 40%, 47%))
hex
background-color: #CDAE89;
tailwind
bg-[hsl(33,40%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 40%, 67%, 0.4);
css variable
--color-primary: hsl(33, 40%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 40%, 67%)?
HEX: #CDAE89 | RGB: rgb(205, 174, 137) | CMYK: 0%, 15%, 33%, 20% | HSV: 33°, 33%, 80%. Copy any format from the conversion table above.
What colors go well with #CDAE89?
The complementary color is HSL(213, 40%, 67%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 40%, 67%) in CSS?
As HSL: color: hsl(33, 40%, 67%); — As HEX: color: #CDAE89; — As RGB: color: rgb(205, 174, 137); — Tailwind CSS: bg-[hsl(33,40%,67%)] — CSS variable: --color-primary: hsl(33, 40%, 67%);