HSL(39, 75%, 69%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,75%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 75%, 69%) | color: hsl(39, 75%, 69%) | |
| HEX | #EBC275 | color: #EBC275 | |
| RGB | rgb(235, 194, 117) | color: rgb(235, 194, 117) | |
| CMYK | cmyk(0%, 17%, 50%, 8%) | — | |
| HSV | hsv(39, 50%, 92%) | — | |
| HWB | hwb(39 46% 8%) | color: hwb(39 46% 8%) | |
| OKLCH | oklch(0.8337 0.1065 82.16) | color: oklch(0.8337 0.1065 82.16) | |
| Lab | lab(80.48 5.21 43.97) | color: lab(80.48 5.21 43.97) | |
| LCH | lch(80.48 44.28 83.24) | color: lch(80.48 44.28 83.24) |
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)
#D9D988 — rgb(217, 217, 136)
Deuteranopia (Green-blind)
#DCDF8C — rgb(220, 223, 140)
Tritanopia (Blue-blind)
#E9969A — rgb(233, 150, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 75%, 69%);
text
color: hsl(39, 75%, 69%);
border
border: 2px solid hsl(39, 75%, 69%);
gradient light
background: linear-gradient(to right, hsl(39, 75%, 89%), hsl(39, 75%, 69%));
gradient dark
background: linear-gradient(to right, hsl(39, 75%, 69%), hsl(39, 75%, 49%))
hex
background-color: #EBC275;
tailwind
bg-[hsl(39,75%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 75%, 69%, 0.4);
css variable
--color-primary: hsl(39, 75%, 69%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 75%, 69%)?
HEX: #EBC275 | RGB: rgb(235, 194, 117) | CMYK: 0%, 17%, 50%, 8% | HSV: 39°, 50%, 92%. Copy any format from the conversion table above.
What colors go well with #EBC275?
The complementary color is HSL(219, 75%, 69%). 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, 75%, 69%) in CSS?
As HSL: color: hsl(39, 75%, 69%); — As HEX: color: #EBC275; — As RGB: color: rgb(235, 194, 117); — Tailwind CSS: bg-[hsl(39,75%,69%)] — CSS variable: --color-primary: hsl(39, 75%, 69%);