HSL(27, 70%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,70%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 70%, 63%) | color: hsl(27, 70%, 63%) | |
| HEX | #E39A5F | color: #E39A5F | |
| RGB | rgb(227, 154, 95) | color: rgb(227, 154, 95) | |
| CMYK | cmyk(0%, 32%, 58%, 11%) | — | |
| HSV | hsv(27, 58%, 89%) | — | |
| HWB | hwb(27 37% 11%) | color: hwb(27 37% 11%) | |
| OKLCH | oklch(0.7464 0.1155 58.67) | color: oklch(0.7464 0.1155 58.67) | |
| Lab | lab(69.66 21.33 41.69) | color: lab(69.66 21.33 41.69) | |
| LCH | lch(69.66 46.83 62.9) | color: lch(69.66 46.83 62.9) |
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)
#C3C36D — rgb(195, 195, 109)
Deuteranopia (Green-blind)
#C8CD71 — rgb(200, 205, 113)
Tritanopia (Blue-blind)
#DF797B — rgb(223, 121, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 70%, 63%);
text
color: hsl(27, 70%, 63%);
border
border: 2px solid hsl(27, 70%, 63%);
gradient light
background: linear-gradient(to right, hsl(27, 70%, 83%), hsl(27, 70%, 63%));
gradient dark
background: linear-gradient(to right, hsl(27, 70%, 63%), hsl(27, 70%, 43%))
hex
background-color: #E39A5F;
tailwind
bg-[hsl(27,70%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 70%, 63%, 0.4);
css variable
--color-primary: hsl(27, 70%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 70%, 63%)?
HEX: #E39A5F | RGB: rgb(227, 154, 95) | CMYK: 0%, 32%, 58%, 11% | HSV: 27°, 58%, 89%. Copy any format from the conversion table above.
What colors go well with #E39A5F?
The complementary color is HSL(207, 70%, 63%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 70%, 63%) in CSS?
As HSL: color: hsl(27, 70%, 63%); — As HEX: color: #E39A5F; — As RGB: color: rgb(227, 154, 95); — Tailwind CSS: bg-[hsl(27,70%,63%)] — CSS variable: --color-primary: hsl(27, 70%, 63%);