#eb9166
a light, electric orange · warm · closest name: peru
RGB
235, 145, 102
HSL
19°, 77%, 66%
CMYK
0, 38, 57, 8
Luminance
0.3887
Every format
| HEX | #eb9166 |
| RGB | rgb(235, 145, 102) |
| HSL | hsl(19, 77%, 66%) |
| CMYK | cmyk(0%, 38%, 57%, 8%) |
| LAB | lab(68.7 29.9 37.0) |
| LCH | lch(68.7 47.6 51.1) |
| OKLCH | oklch(0.741 0.124 45.8) |
Copy-ready code
/* CSS */
color: #eb9166;
background-color: #eb9166;
/* Tailwind (arbitrary) */
class="text-[#eb9166] bg-[#eb9166]"
/* SCSS */
$brand: #eb9166;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.400)
/* Android */
Color.parseColor("#eb9166")Accessibility — WCAG contrast
Aa
#eb9166 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9166 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow56.6%
Key (black)7.8%
Color previews
#eb9166 text on a black background
contrast 8.77:1
Card sample
#eb9166 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9166;
Background color
Panel with #eb9166 background
background-color: #eb9166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9166; background: linear-gradient(135deg, #eb9166, #EBEA66);