#eb965a
a balanced, electric orange · warm · closest name: peru
RGB
235, 150, 90
HSL
25°, 78%, 64%
CMYK
0, 36, 62, 8
Luminance
0.4021
Every format
| HEX | #eb965a |
| RGB | rgb(235, 150, 90) |
| HSL | hsl(25, 78%, 64%) |
| CMYK | cmyk(0%, 36%, 62%, 8%) |
| LAB | lab(69.6 26.4 44.4) |
| LCH | lch(69.6 51.7 59.3) |
| OKLCH | oklch(0.748 0.128 54.6) |
Copy-ready code
/* CSS */
color: #eb965a;
background-color: #eb965a;
/* Tailwind (arbitrary) */
class="text-[#eb965a] bg-[#eb965a]"
/* SCSS */
$brand: #eb965a;
/* SwiftUI */
Color(red: 0.922, green: 0.588, blue: 0.353)
/* Android */
Color.parseColor("#eb965a")Accessibility — WCAG contrast
Aa
#eb965a on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb965a on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.8%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow61.7%
Key (black)7.8%
Color previews
#eb965a text on a black background
contrast 9.04:1
Card sample
#eb965a text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb965a;
Background color
Panel with #eb965a background
background-color: #eb965a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb965a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 150, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 150, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb965a; background: linear-gradient(135deg, #eb965a, #DFEB5A);