#eb986f
a light, electric orange · warm · closest name: peru
RGB
235, 152, 111
HSL
20°, 76%, 68%
CMYK
0, 35, 53, 8
Luminance
0.4127
Every format
| HEX | #eb986f |
| RGB | rgb(235, 152, 111) |
| HSL | hsl(20, 76%, 68%) |
| CMYK | cmyk(0%, 35%, 53%, 8%) |
| LAB | lab(70.4 26.9 34.4) |
| LCH | lch(70.4 43.6 51.9) |
| OKLCH | oklch(0.755 0.115 46.8) |
Copy-ready code
/* CSS */
color: #eb986f;
background-color: #eb986f;
/* Tailwind (arbitrary) */
class="text-[#eb986f] bg-[#eb986f]"
/* SCSS */
$brand: #eb986f;
/* SwiftUI */
Color(red: 0.922, green: 0.596, blue: 0.435)
/* Android */
Color.parseColor("#eb986f")Accessibility — WCAG contrast
Aa
#eb986f on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb986f on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow52.8%
Key (black)7.8%
Color previews
#eb986f text on a black background
contrast 9.25:1
Card sample
#eb986f text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb986f;
Background color
Panel with #eb986f background
background-color: #eb986f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb986f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 152, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 152, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb986f; background: linear-gradient(135deg, #eb986f, #EBEB6F);