#ef6132
a balanced, electric red · warm · closest name: tomato
RGB
239, 97, 50
HSL
15°, 86%, 57%
CMYK
0, 59, 79, 6
Luminance
0.2713
Every format
| HEX | #ef6132 |
| RGB | rgb(239, 97, 50) |
| HSL | hsl(15, 86%, 57%) |
| CMYK | cmyk(0%, 59%, 79%, 6%) |
| LAB | lab(59.1 52.4 52.9) |
| LCH | lch(59.1 74.4 45.3) |
| OKLCH | oklch(0.667 0.185 38.0) |
Copy-ready code
/* CSS */
color: #ef6132;
background-color: #ef6132;
/* Tailwind (arbitrary) */
class="text-[#ef6132] bg-[#ef6132]"
/* SCSS */
$brand: #ef6132;
/* SwiftUI */
Color(red: 0.937, green: 0.380, blue: 0.196)
/* Android */
Color.parseColor("#ef6132")Accessibility — WCAG contrast
Aa
#ef6132 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef6132 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green38.0%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow79.1%
Key (black)6.3%
Color previews
#ef6132 text on a black background
contrast 6.43:1
Card sample
#ef6132 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6132;
Background color
Panel with #ef6132 background
background-color: #ef6132;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6132;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 97, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 97, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6132; background: linear-gradient(135deg, #ef6132, #EFDF32);