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