#ef9155
a balanced, electric orange · warm · closest name: peru
RGB
239, 145, 85
HSL
23°, 83%, 64%
CMYK
0, 39, 64, 6
Luminance
0.3926
Every format
| HEX | #ef9155 |
| RGB | rgb(239, 145, 85) |
| HSL | hsl(23, 83%, 64%) |
| CMYK | cmyk(0%, 39%, 64%, 6%) |
| LAB | lab(68.9 30.3 46.3) |
| LCH | lch(68.9 55.3 56.8) |
| OKLCH | oklch(0.744 0.137 51.7) |
Copy-ready code
/* CSS */
color: #ef9155;
background-color: #ef9155;
/* Tailwind (arbitrary) */
class="text-[#ef9155] bg-[#ef9155]"
/* SCSS */
$brand: #ef9155;
/* SwiftUI */
Color(red: 0.937, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#ef9155")Accessibility — WCAG contrast
Aa
#ef9155 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef9155 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green56.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow64.4%
Key (black)6.3%
Color previews
#ef9155 text on a black background
contrast 8.85:1
Card sample
#ef9155 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef9155;
Background color
Panel with #ef9155 background
background-color: #ef9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef9155; background: linear-gradient(135deg, #ef9155, #E6EF55);