#ff5f2c
a balanced, electric red · warm · closest name: tomato
RGB
255, 95, 44
HSL
15°, 100%, 59%
CMYK
0, 63, 83, 0
Luminance
0.2963
Every format
| HEX | #ff5f2c |
| RGB | rgb(255, 95, 44) |
| HSL | hsl(15, 100%, 59%) |
| CMYK | cmyk(0%, 63%, 83%, 0%) |
| LAB | lab(61.3 58.6 58.6) |
| LCH | lch(61.3 82.9 45.0) |
| OKLCH | oklch(0.689 0.205 37.2) |
Copy-ready code
/* CSS */
color: #ff5f2c;
background-color: #ff5f2c;
/* Tailwind (arbitrary) */
class="text-[#ff5f2c] bg-[#ff5f2c]"
/* SCSS */
$brand: #ff5f2c;
/* SwiftUI */
Color(red: 1.000, green: 0.373, blue: 0.173)
/* Android */
Color.parseColor("#ff5f2c")Accessibility — WCAG contrast
Aa
#ff5f2c on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5f2c on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow82.7%
Key (black)0.0%
Color previews
#ff5f2c text on a black background
contrast 6.93:1
Card sample
#ff5f2c text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5f2c;
Background color
Panel with #ff5f2c background
background-color: #ff5f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 95, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 95, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5f2c; background: linear-gradient(135deg, #ff5f2c, #FFEC2C);