#f95f2c
a balanced, electric red · warm · closest name: tomato
RGB
249, 95, 44
HSL
15°, 95%, 58%
CMYK
0, 62, 82, 2
Luminance
0.2851
Every format
| HEX | #f95f2c |
| RGB | rgb(249, 95, 44) |
| HSL | hsl(15, 95%, 58%) |
| CMYK | cmyk(0%, 62%, 82%, 2%) |
| LAB | lab(60.4 56.6 57.3) |
| LCH | lch(60.4 80.5 45.4) |
| OKLCH | oklch(0.680 0.199 37.6) |
Copy-ready code
/* CSS */
color: #f95f2c;
background-color: #f95f2c;
/* Tailwind (arbitrary) */
class="text-[#f95f2c] bg-[#f95f2c]"
/* SCSS */
$brand: #f95f2c;
/* SwiftUI */
Color(red: 0.976, green: 0.373, blue: 0.173)
/* Android */
Color.parseColor("#f95f2c")Accessibility — WCAG contrast
Aa
#f95f2c on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f95f2c on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green37.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow82.3%
Key (black)2.4%
Color previews
#f95f2c text on a black background
contrast 6.70:1
Card sample
#f95f2c text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95f2c;
Background color
Panel with #f95f2c background
background-color: #f95f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 95, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 95, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95f2c; background: linear-gradient(135deg, #f95f2c, #F9E82C);