#eb905f
a balanced, electric orange · warm · closest name: peru
RGB
235, 144, 95
HSL
21°, 78%, 65%
CMYK
0, 39, 60, 8
Luminance
0.3843
Every format
| HEX | #eb905f |
| RGB | rgb(235, 144, 95) |
| HSL | hsl(21, 78%, 65%) |
| CMYK | cmyk(0%, 39%, 60%, 8%) |
| LAB | lab(68.3 29.9 40.3) |
| LCH | lch(68.3 50.2 53.5) |
| OKLCH | oklch(0.738 0.128 48.3) |
Copy-ready code
/* CSS */
color: #eb905f;
background-color: #eb905f;
/* Tailwind (arbitrary) */
class="text-[#eb905f] bg-[#eb905f]"
/* SCSS */
$brand: #eb905f;
/* SwiftUI */
Color(red: 0.922, green: 0.565, blue: 0.373)
/* Android */
Color.parseColor("#eb905f")Accessibility — WCAG contrast
Aa
#eb905f on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb905f on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow59.6%
Key (black)7.8%
Color previews
#eb905f text on a black background
contrast 8.69:1
Card sample
#eb905f text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb905f;
Background color
Panel with #eb905f background
background-color: #eb905f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb905f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 144, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 144, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb905f; background: linear-gradient(135deg, #eb905f, #E9EB5F);