HSL(38, 80%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,80%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 80%, 47%) | color: hsl(38, 80%, 47%) | |
| HEX | #D89118 | color: #D89118 | |
| RGB | rgb(216, 145, 24) | color: rgb(216, 145, 24) | |
| CMYK | cmyk(0%, 33%, 89%, 15%) | — | |
| HSV | hsv(38, 89%, 85%) | — | |
| HWB | hwb(38 9% 15%) | color: hwb(38 9% 15%) | |
| OKLCH | oklch(0.7109 0.146 72.96) | color: oklch(0.7109 0.146 72.96) | |
| Lab | lab(65.69 18.22 66.59) | color: lab(65.69 18.22 66.59) | |
| LCH | lch(65.69 69.04 74.7) | color: lch(65.69 69.04 74.7) |
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)
#B9B935 — rgb(185, 185, 53)
Deuteranopia (Green-blind)
#BDC33C — rgb(189, 195, 60)
Tritanopia (Blue-blind)
#D44C51 — rgb(212, 76, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 80%, 47%);
text
color: hsl(38, 80%, 47%);
border
border: 2px solid hsl(38, 80%, 47%);
gradient light
background: linear-gradient(to right, hsl(38, 80%, 67%), hsl(38, 80%, 47%));
gradient dark
background: linear-gradient(to right, hsl(38, 80%, 47%), hsl(38, 80%, 27%))
hex
background-color: #D89118;
tailwind
bg-[hsl(38,80%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 80%, 47%, 0.4);
css variable
--color-primary: hsl(38, 80%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 80%, 47%)?
HEX: #D89118 | RGB: rgb(216, 145, 24) | CMYK: 0%, 33%, 89%, 15% | HSV: 38°, 89%, 85%. Copy any format from the conversion table above.
What colors go well with #D89118?
The complementary color is HSL(218, 80%, 47%). 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, 80%, 47%) in CSS?
As HSL: color: hsl(38, 80%, 47%); — As HEX: color: #D89118; — As RGB: color: rgb(216, 145, 24); — Tailwind CSS: bg-[hsl(38,80%,47%)] — CSS variable: --color-primary: hsl(38, 80%, 47%);