#ff481b
a balanced, electric red · warm · closest name: red
RGB
255, 72, 27
HSL
12°, 100%, 55%
CMYK
0, 72, 89, 0
Luminance
0.2597
Every format
| HEX | #ff481b |
| RGB | rgb(255, 72, 27) |
| HSL | hsl(12, 100%, 55%) |
| CMYK | cmyk(0%, 72%, 89%, 0%) |
| LAB | lab(58.0 67.0 62.6) |
| LCH | lch(58.0 91.7 43.0) |
| OKLCH | oklch(0.664 0.225 34.0) |
Copy-ready code
/* CSS */
color: #ff481b;
background-color: #ff481b;
/* Tailwind (arbitrary) */
class="text-[#ff481b] bg-[#ff481b]"
/* SCSS */
$brand: #ff481b;
/* SwiftUI */
Color(red: 1.000, green: 0.282, blue: 0.106)
/* Android */
Color.parseColor("#ff481b")Accessibility — WCAG contrast
Aa
#ff481b on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff481b on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green28.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow89.4%
Key (black)0.0%
Color previews
#ff481b text on a black background
contrast 6.19:1
Card sample
#ff481b text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff481b;
Background color
Panel with #ff481b background
background-color: #ff481b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff481b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 72, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 72, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff481b; background: linear-gradient(135deg, #ff481b, #FFE01B);