HSL(38, 77%, 64%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,77%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 77%, 64%) | color: hsl(38, 77%, 64%) | |
| HEX | #EAB65D | color: #EAB65D | |
| RGB | rgb(234, 182, 93) | color: rgb(234, 182, 93) | |
| CMYK | cmyk(0%, 22%, 60%, 8%) | — | |
| HSV | hsv(38, 60%, 92%) | — | |
| HWB | hwb(38 37% 8%) | color: hwb(38 37% 8%) | |
| OKLCH | oklch(0.8062 0.1224 78.99) | color: oklch(0.8062 0.1224 78.99) | |
| Lab | lab(77.13 9.2 51.68) | color: lab(77.13 9.2 51.68) | |
| LCH | lch(77.13 52.49 79.91) | color: lch(77.13 52.49 79.91) |
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)
#D3D373 — rgb(211, 211, 115)
Deuteranopia (Green-blind)
#D7DA78 — rgb(215, 218, 120)
Tritanopia (Blue-blind)
#E78487 — rgb(231, 132, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 77%, 64%);
text
color: hsl(38, 77%, 64%);
border
border: 2px solid hsl(38, 77%, 64%);
gradient light
background: linear-gradient(to right, hsl(38, 77%, 84%), hsl(38, 77%, 64%));
gradient dark
background: linear-gradient(to right, hsl(38, 77%, 64%), hsl(38, 77%, 44%))
hex
background-color: #EAB65D;
tailwind
bg-[hsl(38,77%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 77%, 64%, 0.4);
css variable
--color-primary: hsl(38, 77%, 64%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 77%, 64%)?
HEX: #EAB65D | RGB: rgb(234, 182, 93) | CMYK: 0%, 22%, 60%, 8% | HSV: 38°, 60%, 92%. Copy any format from the conversion table above.
What colors go well with #EAB65D?
The complementary color is HSL(218, 77%, 64%). 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, 77%, 64%) in CSS?
As HSL: color: hsl(38, 77%, 64%); — As HEX: color: #EAB65D; — As RGB: color: rgb(234, 182, 93); — Tailwind CSS: bg-[hsl(38,77%,64%)] — CSS variable: --color-primary: hsl(38, 77%, 64%);