#ff3c11
a balanced, electric red · warm · closest name: red
RGB
255, 60, 17
HSL
11°, 100%, 53%
CMYK
0, 77, 93, 0
Luminance
0.2453
Every format
| HEX | #ff3c11 |
| RGB | rgb(255, 60, 17) |
| HSL | hsl(11, 100%, 53%) |
| CMYK | cmyk(0%, 77%, 93%, 0%) |
| LAB | lab(56.6 70.7 64.8) |
| LCH | lch(56.6 95.9 42.5) |
| OKLCH | oklch(0.653 0.234 32.9) |
Copy-ready code
/* CSS */
color: #ff3c11;
background-color: #ff3c11;
/* Tailwind (arbitrary) */
class="text-[#ff3c11] bg-[#ff3c11]"
/* SCSS */
$brand: #ff3c11;
/* SwiftUI */
Color(red: 1.000, green: 0.235, blue: 0.067)
/* Android */
Color.parseColor("#ff3c11")Accessibility — WCAG contrast
Aa
#ff3c11 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3c11 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green23.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow93.3%
Key (black)0.0%
Color previews
#ff3c11 text on a black background
contrast 5.91:1
Card sample
#ff3c11 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3c11;
Background color
Panel with #ff3c11 background
background-color: #ff3c11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3c11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 60, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 60, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3c11; background: linear-gradient(135deg, #ff3c11, #FFDA11);