#ebac73
a light, electric orange · warm · closest name: peru
RGB
235, 172, 115
HSL
29°, 75%, 69%
CMYK
0, 27, 51, 8
Luminance
0.4841
Every format
| HEX | #ebac73 |
| RGB | rgb(235, 172, 115) |
| HSL | hsl(29, 75%, 69%) |
| CMYK | cmyk(0%, 27%, 51%, 8%) |
| LAB | lab(75.1 16.6 38.3) |
| LCH | lch(75.1 41.7 66.5) |
| OKLCH | oklch(0.791 0.104 62.6) |
Copy-ready code
/* CSS */
color: #ebac73;
background-color: #ebac73;
/* Tailwind (arbitrary) */
class="text-[#ebac73] bg-[#ebac73]"
/* SCSS */
$brand: #ebac73;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#ebac73")Accessibility — WCAG contrast
Aa
#ebac73 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac73 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow51.1%
Key (black)7.8%
Color previews
#ebac73 text on a black background
contrast 10.68:1
Card sample
#ebac73 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac73;
Background color
Panel with #ebac73 background
background-color: #ebac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac73; background: linear-gradient(135deg, #ebac73, #DAEB73);