HSL(41, 72%, 54%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,72%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 72%, 54%) | color: hsl(41, 72%, 54%) | |
| HEX | #DEA935 | color: #DEA935 | |
| RGB | rgb(222, 169, 53) | color: rgb(222, 169, 53) | |
| CMYK | cmyk(0%, 24%, 76%, 13%) | — | |
| HSV | hsv(41, 76%, 87%) | — | |
| HWB | hwb(41 21% 13%) | color: hwb(41 21% 13%) | |
| OKLCH | oklch(0.7648 0.1403 82.63) | color: oklch(0.7648 0.1403 82.63) | |
| Lab | lab(72.34 8.8 63.53) | color: lab(72.34 8.8 63.53) | |
| LCH | lch(72.34 64.14 82.11) | color: lch(72.34 64.14 82.11) |
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)
#C7C751 — rgb(199, 199, 81)
Deuteranopia (Green-blind)
#CACE58 — rgb(202, 206, 88)
Tritanopia (Blue-blind)
#DB676C — rgb(219, 103, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 72%, 54%);
text
color: hsl(41, 72%, 54%);
border
border: 2px solid hsl(41, 72%, 54%);
gradient light
background: linear-gradient(to right, hsl(41, 72%, 74%), hsl(41, 72%, 54%));
gradient dark
background: linear-gradient(to right, hsl(41, 72%, 54%), hsl(41, 72%, 34%))
hex
background-color: #DEA935;
tailwind
bg-[hsl(41,72%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 72%, 54%, 0.4);
css variable
--color-primary: hsl(41, 72%, 54%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 72%, 54%)?
HEX: #DEA935 | RGB: rgb(222, 169, 53) | CMYK: 0%, 24%, 76%, 13% | HSV: 41°, 76%, 87%. Copy any format from the conversion table above.
What colors go well with #DEA935?
The complementary color is HSL(221, 72%, 54%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 72%, 54%) in CSS?
As HSL: color: hsl(41, 72%, 54%); — As HEX: color: #DEA935; — As RGB: color: rgb(222, 169, 53); — Tailwind CSS: bg-[hsl(41,72%,54%)] — CSS variable: --color-primary: hsl(41, 72%, 54%);