#ef9235
a balanced, electric orange · warm · closest name: chocolate
RGB
239, 146, 53
HSL
30°, 85%, 57%
CMYK
0, 39, 78, 6
Luminance
0.3917
Every format
| HEX | #ef9235 |
| RGB | rgb(239, 146, 53) |
| HSL | hsl(30, 85%, 57%) |
| CMYK | cmyk(0%, 39%, 78%, 6%) |
| LAB | lab(68.9 28.2 60.9) |
| LCH | lch(68.9 67.1 65.2) |
| OKLCH | oklch(0.742 0.152 60.9) |
Copy-ready code
/* CSS */
color: #ef9235;
background-color: #ef9235;
/* Tailwind (arbitrary) */
class="text-[#ef9235] bg-[#ef9235]"
/* SCSS */
$brand: #ef9235;
/* SwiftUI */
Color(red: 0.937, green: 0.573, blue: 0.208)
/* Android */
Color.parseColor("#ef9235")Accessibility — WCAG contrast
Aa
#ef9235 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef9235 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green57.3%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow77.8%
Key (black)6.3%
Color previews
#ef9235 text on a black background
contrast 8.83:1
Card sample
#ef9235 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef9235;
Background color
Panel with #ef9235 background
background-color: #ef9235;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef9235;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 146, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 146, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef9235; background: linear-gradient(135deg, #ef9235, #D0EF35);