HSL(38, 70%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,70%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 70%, 74%) | color: hsl(38, 70%, 74%) | |
| HEX | #EBC98E | color: #EBC98E | |
| RGB | rgb(235, 201, 142) | color: rgb(235, 201, 142) | |
| CMYK | cmyk(0%, 14%, 40%, 8%) | — | |
| HSV | hsv(38, 40%, 92%) | — | |
| HWB | hwb(38 55% 8%) | color: hwb(38 55% 8%) | |
| OKLCH | oklch(0.8515 0.085 80.93) | color: oklch(0.8515 0.085 80.93) | |
| Lab | lab(82.59 4.04 33.93) | color: lab(82.59 4.04 33.93) | |
| LCH | lch(82.59 34.17 83.21) | color: lch(82.59 34.17 83.21) |
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)
#DCDC9C — rgb(220, 220, 156)
Deuteranopia (Green-blind)
#DEE1A0 — rgb(222, 225, 160)
Tritanopia (Blue-blind)
#E9A8AA — rgb(233, 168, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 70%, 74%);
text
color: hsl(38, 70%, 74%);
border
border: 2px solid hsl(38, 70%, 74%);
gradient light
background: linear-gradient(to right, hsl(38, 70%, 94%), hsl(38, 70%, 74%));
gradient dark
background: linear-gradient(to right, hsl(38, 70%, 74%), hsl(38, 70%, 54%))
hex
background-color: #EBC98E;
tailwind
bg-[hsl(38,70%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 70%, 74%, 0.4);
css variable
--color-primary: hsl(38, 70%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 70%, 74%)?
HEX: #EBC98E | RGB: rgb(235, 201, 142) | CMYK: 0%, 14%, 40%, 8% | HSV: 38°, 40%, 92%. Copy any format from the conversion table above.
What colors go well with #EBC98E?
The complementary color is HSL(218, 70%, 74%). 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, 70%, 74%) in CSS?
As HSL: color: hsl(38, 70%, 74%); — As HEX: color: #EBC98E; — As RGB: color: rgb(235, 201, 142); — Tailwind CSS: bg-[hsl(38,70%,74%)] — CSS variable: --color-primary: hsl(38, 70%, 74%);