HSL(33, 40%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,40%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 40%, 68%) | color: hsl(33, 40%, 68%) | |
| HEX | #CEB18D | color: #CEB18D | |
| RGB | rgb(206, 177, 141) | color: rgb(206, 177, 141) | |
| CMYK | cmyk(0%, 14%, 32%, 19%) | — | |
| HSV | hsv(33, 32%, 81%) | — | |
| HWB | hwb(33 55% 19%) | color: hwb(33 55% 19%) | |
| OKLCH | oklch(0.7767 0.0591 72.79) | color: oklch(0.7767 0.0591 72.79) | |
| Lab | lab(73.86 5.18 22.32) | color: lab(73.86 5.18 22.32) | |
| LCH | lch(73.86 22.91 76.93) | color: lch(73.86 22.91 76.93) |
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)
#C1C196 — rgb(193, 193, 150)
Deuteranopia (Green-blind)
#C3C598 — rgb(195, 197, 152)
Tritanopia (Blue-blind)
#CD9D9E — rgb(205, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 40%, 68%);
text
color: hsl(33, 40%, 68%);
border
border: 2px solid hsl(33, 40%, 68%);
gradient light
background: linear-gradient(to right, hsl(33, 40%, 88%), hsl(33, 40%, 68%));
gradient dark
background: linear-gradient(to right, hsl(33, 40%, 68%), hsl(33, 40%, 48%))
hex
background-color: #CEB18D;
tailwind
bg-[hsl(33,40%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 40%, 68%, 0.4);
css variable
--color-primary: hsl(33, 40%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 40%, 68%)?
HEX: #CEB18D | RGB: rgb(206, 177, 141) | CMYK: 0%, 14%, 32%, 19% | HSV: 33°, 32%, 81%. Copy any format from the conversion table above.
What colors go well with #CEB18D?
The complementary color is HSL(213, 40%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(33, 40%, 68%); — As HEX: color: #CEB18D; — As RGB: color: rgb(206, 177, 141); — Tailwind CSS: bg-[hsl(33,40%,68%)] — CSS variable: --color-primary: hsl(33, 40%, 68%);