HSL(38, 57%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,57%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 57%, 78%) | color: hsl(38, 57%, 78%) | |
| HEX | #E7CFA7 | color: #E7CFA7 | |
| RGB | rgb(231, 207, 167) | color: rgb(231, 207, 167) | |
| CMYK | cmyk(0%, 10%, 28%, 9%) | — | |
| HSV | hsv(38, 28%, 91%) | — | |
| HWB | hwb(38 66% 9%) | color: hwb(38 66% 9%) | |
| OKLCH | oklch(0.8645 0.0592 80.41) | color: oklch(0.8645 0.0592 80.41) | |
| Lab | lab(84.18 2.4 22.97) | color: lab(84.18 2.4 22.97) | |
| LCH | lch(84.18 23.1 84.04) | color: lch(84.18 23.1 84.04) |
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)
#DDDCB1 — rgb(221, 220, 177)
Deuteranopia (Green-blind)
#DEE0B3 — rgb(222, 224, 179)
Tritanopia (Blue-blind)
#E6B8BA — rgb(230, 184, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 57%, 78%);
text
color: hsl(38, 57%, 78%);
border
border: 2px solid hsl(38, 57%, 78%);
gradient light
background: linear-gradient(to right, hsl(38, 57%, 98%), hsl(38, 57%, 78%));
gradient dark
background: linear-gradient(to right, hsl(38, 57%, 78%), hsl(38, 57%, 58%))
hex
background-color: #E7CFA7;
tailwind
bg-[hsl(38,57%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 57%, 78%, 0.4);
css variable
--color-primary: hsl(38, 57%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 57%, 78%)?
HEX: #E7CFA7 | RGB: rgb(231, 207, 167) | CMYK: 0%, 10%, 28%, 9% | HSV: 38°, 28%, 91%. Copy any format from the conversion table above.
What colors go well with #E7CFA7?
The complementary color is HSL(218, 57%, 78%). 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, 57%, 78%) in CSS?
As HSL: color: hsl(38, 57%, 78%); — As HEX: color: #E7CFA7; — As RGB: color: rgb(231, 207, 167); — Tailwind CSS: bg-[hsl(38,57%,78%)] — CSS variable: --color-primary: hsl(38, 57%, 78%);