#ebaa71
a light, electric orange · warm · closest name: peru
RGB
235, 170, 113
HSL
28°, 75%, 68%
CMYK
0, 28, 52, 8
Luminance
0.4760
Every format
| HEX | #ebaa71 |
| RGB | rgb(235, 170, 113) |
| HSL | hsl(28, 75%, 68%) |
| CMYK | cmyk(0%, 28%, 52%, 8%) |
| LAB | lab(74.6 17.5 38.6) |
| LCH | lch(74.6 42.4 65.6) |
| OKLCH | oklch(0.787 0.106 61.6) |
Copy-ready code
/* CSS */
color: #ebaa71;
background-color: #ebaa71;
/* Tailwind (arbitrary) */
class="text-[#ebaa71] bg-[#ebaa71]"
/* SCSS */
$brand: #ebaa71;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.443)
/* Android */
Color.parseColor("#ebaa71")Accessibility — WCAG contrast
Aa
#ebaa71 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa71 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow51.9%
Key (black)7.8%
Color previews
#ebaa71 text on a black background
contrast 10.52:1
Card sample
#ebaa71 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa71;
Background color
Panel with #ebaa71 background
background-color: #ebaa71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa71; background: linear-gradient(135deg, #ebaa71, #DBEB71);