#ebac61
a light, electric orange · warm · closest name: peru
RGB
235, 172, 97
HSL
33°, 78%, 65%
CMYK
0, 27, 59, 8
Luminance
0.4803
Every format
| HEX | #ebac61 |
| RGB | rgb(235, 172, 97) |
| HSL | hsl(33, 78%, 65%) |
| CMYK | cmyk(0%, 27%, 59%, 8%) |
| LAB | lab(74.8 15.2 47.1) |
| LCH | lch(74.8 49.5 72.1) |
| OKLCH | oklch(0.789 0.118 69.4) |
Copy-ready code
/* CSS */
color: #ebac61;
background-color: #ebac61;
/* Tailwind (arbitrary) */
class="text-[#ebac61] bg-[#ebac61]"
/* SCSS */
$brand: #ebac61;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.380)
/* Android */
Color.parseColor("#ebac61")Accessibility — WCAG contrast
Aa
#ebac61 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac61 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow58.7%
Key (black)7.8%
Color previews
#ebac61 text on a black background
contrast 10.61:1
Card sample
#ebac61 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac61;
Background color
Panel with #ebac61 background
background-color: #ebac61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac61; background: linear-gradient(135deg, #ebac61, #CEEB61);