HSL(39, 72%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,72%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 72%, 47%) | color: hsl(39, 72%, 47%) | |
| HEX | #CE9222 | color: #CE9222 | |
| RGB | rgb(206, 146, 34) | color: rgb(206, 146, 34) | |
| CMYK | cmyk(0%, 29%, 83%, 19%) | — | |
| HSV | hsv(39, 83%, 81%) | — | |
| HWB | hwb(39 14% 19%) | color: hwb(39 14% 19%) | |
| OKLCH | oklch(0.7015 0.1372 77.11) | color: oklch(0.7015 0.1372 77.11) | |
| Lab | lab(64.8 13.56 62.62) | color: lab(64.8 13.56 62.62) | |
| LCH | lch(64.8 64.07 77.78) | color: lch(64.8 64.07 77.78) |
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)
#B4B33D — rgb(180, 179, 61)
Deuteranopia (Green-blind)
#B8BC44 — rgb(184, 188, 68)
Tritanopia (Blue-blind)
#CB5257 — rgb(203, 82, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 72%, 47%);
text
color: hsl(39, 72%, 47%);
border
border: 2px solid hsl(39, 72%, 47%);
gradient light
background: linear-gradient(to right, hsl(39, 72%, 67%), hsl(39, 72%, 47%));
gradient dark
background: linear-gradient(to right, hsl(39, 72%, 47%), hsl(39, 72%, 27%))
hex
background-color: #CE9222;
tailwind
bg-[hsl(39,72%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 72%, 47%, 0.4);
css variable
--color-primary: hsl(39, 72%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 72%, 47%)?
HEX: #CE9222 | RGB: rgb(206, 146, 34) | CMYK: 0%, 29%, 83%, 19% | HSV: 39°, 83%, 81%. Copy any format from the conversion table above.
What colors go well with #CE9222?
The complementary color is HSL(219, 72%, 47%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 72%, 47%) in CSS?
As HSL: color: hsl(39, 72%, 47%); — As HEX: color: #CE9222; — As RGB: color: rgb(206, 146, 34); — Tailwind CSS: bg-[hsl(39,72%,47%)] — CSS variable: --color-primary: hsl(39, 72%, 47%);