#ebaa69
a light, electric orange · warm · closest name: peru
RGB
235, 170, 105
HSL
30°, 77%, 67%
CMYK
0, 28, 55, 8
Luminance
0.4743
Every format
| HEX | #ebaa69 |
| RGB | rgb(235, 170, 105) |
| HSL | hsl(30, 77%, 67%) |
| CMYK | cmyk(0%, 28%, 55%, 8%) |
| LAB | lab(74.5 16.9 42.6) |
| LCH | lch(74.5 45.8 68.4) |
| OKLCH | oklch(0.786 0.112 64.9) |
Copy-ready code
/* CSS */
color: #ebaa69;
background-color: #ebaa69;
/* Tailwind (arbitrary) */
class="text-[#ebaa69] bg-[#ebaa69]"
/* SCSS */
$brand: #ebaa69;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.412)
/* Android */
Color.parseColor("#ebaa69")Accessibility — WCAG contrast
Aa
#ebaa69 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa69 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow55.3%
Key (black)7.8%
Color previews
#ebaa69 text on a black background
contrast 10.49:1
Card sample
#ebaa69 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa69;
Background color
Panel with #ebaa69 background
background-color: #ebaa69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa69; background: linear-gradient(135deg, #ebaa69, #D5EB69);