#ef5607
a balanced, electric orange · warm · closest name: tomato
RGB
239, 86, 7
HSL
20°, 94%, 48%
CMYK
0, 64, 97, 6
Luminance
0.2502
Every format
| HEX | #ef5607 |
| RGB | rgb(239, 86, 7) |
| HSL | hsl(20, 94%, 48%) |
| CMYK | cmyk(0%, 64%, 97%, 6%) |
| LAB | lab(57.1 56.4 65.8) |
| LCH | lch(57.1 86.6 49.4) |
| OKLCH | oklch(0.651 0.201 40.3) |
Copy-ready code
/* CSS */
color: #ef5607;
background-color: #ef5607;
/* Tailwind (arbitrary) */
class="text-[#ef5607] bg-[#ef5607]"
/* SCSS */
$brand: #ef5607;
/* SwiftUI */
Color(red: 0.937, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#ef5607")Accessibility — WCAG contrast
Aa
#ef5607 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef5607 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow97.1%
Key (black)6.3%
Color previews
#ef5607 text on a black background
contrast 6.00:1
Card sample
#ef5607 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5607;
Background color
Panel with #ef5607 background
background-color: #ef5607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5607; background: linear-gradient(135deg, #ef5607, #EDEF07);