#ef9132
a balanced, electric orange · warm · closest name: chocolate
RGB
239, 145, 50
HSL
30°, 86%, 57%
CMYK
0, 39, 79, 6
Luminance
0.3883
Every format
| HEX | #ef9132 |
| RGB | rgb(239, 145, 50) |
| HSL | hsl(30, 86%, 57%) |
| CMYK | cmyk(0%, 39%, 79%, 6%) |
| LAB | lab(68.6 28.6 61.9) |
| LCH | lch(68.6 68.2 65.2) |
| OKLCH | oklch(0.740 0.153 60.9) |
Copy-ready code
/* CSS */
color: #ef9132;
background-color: #ef9132;
/* Tailwind (arbitrary) */
class="text-[#ef9132] bg-[#ef9132]"
/* SCSS */
$brand: #ef9132;
/* SwiftUI */
Color(red: 0.937, green: 0.569, blue: 0.196)
/* Android */
Color.parseColor("#ef9132")Accessibility — WCAG contrast
Aa
#ef9132 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef9132 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green56.9%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow79.1%
Key (black)6.3%
Color previews
#ef9132 text on a black background
contrast 8.77:1
Card sample
#ef9132 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef9132;
Background color
Panel with #ef9132 background
background-color: #ef9132;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef9132;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 145, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 145, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef9132; background: linear-gradient(135deg, #ef9132, #CFEF32);