#eb9c6f
a light, electric orange · warm · closest name: peru
RGB
235, 156, 111
HSL
22°, 76%, 68%
CMYK
0, 34, 53, 8
Luminance
0.4259
Every format
| HEX | #eb9c6f |
| RGB | rgb(235, 156, 111) |
| HSL | hsl(22, 76%, 68%) |
| CMYK | cmyk(0%, 34%, 53%, 8%) |
| LAB | lab(71.3 24.8 35.5) |
| LCH | lch(71.3 43.3 55.1) |
| OKLCH | oklch(0.762 0.112 50.1) |
Copy-ready code
/* CSS */
color: #eb9c6f;
background-color: #eb9c6f;
/* Tailwind (arbitrary) */
class="text-[#eb9c6f] bg-[#eb9c6f]"
/* SCSS */
$brand: #eb9c6f;
/* SwiftUI */
Color(red: 0.922, green: 0.612, blue: 0.435)
/* Android */
Color.parseColor("#eb9c6f")Accessibility — WCAG contrast
Aa
#eb9c6f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9c6f on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow52.8%
Key (black)7.8%
Color previews
#eb9c6f text on a black background
contrast 9.52:1
Card sample
#eb9c6f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9c6f;
Background color
Panel with #eb9c6f background
background-color: #eb9c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 156, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 156, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9c6f; background: linear-gradient(135deg, #eb9c6f, #E7EB6F);