HSL(27, 51%, 84%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,51%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 51%, 84%) | color: hsl(27, 51%, 84%) | |
| HEX | #EBD4C1 | color: #EBD4C1 | |
| RGB | rgb(235, 212, 193) | color: rgb(235, 212, 193) | |
| CMYK | cmyk(0%, 10%, 18%, 8%) | — | |
| HSV | hsv(27, 18%, 92%) | — | |
| HWB | hwb(27 75% 8%) | color: hwb(27 75% 8%) | |
| OKLCH | oklch(0.8838 0.0363 61.9) | color: oklch(0.8838 0.0363 61.9) | |
| Lab | lab(86.31 4.96 12.3) | color: lab(86.31 4.96 12.3) | |
| LCH | lch(86.31 13.26 68.04) | color: lch(86.31 13.26 68.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)
#E1E1C6 — rgb(225, 225, 198)
Deuteranopia (Green-blind)
#E2E4C7 — rgb(226, 228, 199)
Tritanopia (Blue-blind)
#EAC9CA — rgb(234, 201, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 51%, 84%);
text
color: hsl(27, 51%, 84%);
border
border: 2px solid hsl(27, 51%, 84%);
gradient light
background: linear-gradient(to right, hsl(27, 51%, 100%), hsl(27, 51%, 84%));
gradient dark
background: linear-gradient(to right, hsl(27, 51%, 84%), hsl(27, 51%, 64%))
hex
background-color: #EBD4C1;
tailwind
bg-[hsl(27,51%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 51%, 84%, 0.4);
css variable
--color-primary: hsl(27, 51%, 84%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 51%, 84%)?
HEX: #EBD4C1 | RGB: rgb(235, 212, 193) | CMYK: 0%, 10%, 18%, 8% | HSV: 27°, 18%, 92%. Copy any format from the conversion table above.
What colors go well with #EBD4C1?
The complementary color is HSL(207, 51%, 84%). 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, 51%, 84%) in CSS?
As HSL: color: hsl(27, 51%, 84%); — As HEX: color: #EBD4C1; — As RGB: color: rgb(235, 212, 193); — Tailwind CSS: bg-[hsl(27,51%,84%)] — CSS variable: --color-primary: hsl(27, 51%, 84%);