#ebac75
a light, vivid orange · warm · closest name: tan
RGB
235, 172, 117
HSL
28°, 75%, 69%
CMYK
0, 27, 50, 8
Luminance
0.4845
Every format
| HEX | #ebac75 |
| RGB | rgb(235, 172, 117) |
| HSL | hsl(28, 75%, 69%) |
| CMYK | cmyk(0%, 27%, 50%, 8%) |
| LAB | lab(75.1 16.8 37.2) |
| LCH | lch(75.1 40.9 65.7) |
| OKLCH | oklch(0.792 0.103 61.6) |
Copy-ready code
/* CSS */
color: #ebac75;
background-color: #ebac75;
/* Tailwind (arbitrary) */
class="text-[#ebac75] bg-[#ebac75]"
/* SCSS */
$brand: #ebac75;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.459)
/* Android */
Color.parseColor("#ebac75")Accessibility — WCAG contrast
Aa
#ebac75 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac75 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow50.2%
Key (black)7.8%
Color previews
#ebac75 text on a black background
contrast 10.69:1
Card sample
#ebac75 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac75;
Background color
Panel with #ebac75 background
background-color: #ebac75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac75; background: linear-gradient(135deg, #ebac75, #DBEB75);