HSL(38, 71%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,71%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 71%, 55%) | color: hsl(38, 71%, 55%) | |
| HEX | #DEA23B | color: #DEA23B | |
| RGB | rgb(222, 162, 59) | color: rgb(222, 162, 59) | |
| CMYK | cmyk(0%, 27%, 73%, 13%) | — | |
| HSV | hsv(38, 73%, 87%) | — | |
| HWB | hwb(38 23% 13%) | color: hwb(38 23% 13%) | |
| OKLCH | oklch(0.7517 0.1353 77.07) | color: oklch(0.7517 0.1353 77.07) | |
| Lab | lab(70.66 12.79 59.55) | color: lab(70.66 12.79 59.55) | |
| LCH | lch(70.66 60.91 77.88) | color: lch(70.66 60.91 77.88) |
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)
#C4C354 — rgb(196, 195, 84)
Deuteranopia (Green-blind)
#C8CC5A — rgb(200, 204, 90)
Tritanopia (Blue-blind)
#DB686C — rgb(219, 104, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 71%, 55%);
text
color: hsl(38, 71%, 55%);
border
border: 2px solid hsl(38, 71%, 55%);
gradient light
background: linear-gradient(to right, hsl(38, 71%, 75%), hsl(38, 71%, 55%));
gradient dark
background: linear-gradient(to right, hsl(38, 71%, 55%), hsl(38, 71%, 35%))
hex
background-color: #DEA23B;
tailwind
bg-[hsl(38,71%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 71%, 55%, 0.4);
css variable
--color-primary: hsl(38, 71%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 71%, 55%)?
HEX: #DEA23B | RGB: rgb(222, 162, 59) | CMYK: 0%, 27%, 73%, 13% | HSV: 38°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #DEA23B?
The complementary color is HSL(218, 71%, 55%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 71%, 55%) in CSS?
As HSL: color: hsl(38, 71%, 55%); — As HEX: color: #DEA23B; — As RGB: color: rgb(222, 162, 59); — Tailwind CSS: bg-[hsl(38,71%,55%)] — CSS variable: --color-primary: hsl(38, 71%, 55%);