#f2870d
a balanced, electric orange · warm · closest name: orange
RGB
242, 135, 13
HSL
32°, 90%, 50%
CMYK
0, 44, 95, 5
Luminance
0.3623
Every format
| HEX | #f2870d |
| RGB | rgb(242, 135, 13) |
| HSL | hsl(32, 90%, 50%) |
| CMYK | cmyk(0%, 44%, 95%, 5%) |
| LAB | lab(66.7 34.3 71.0) |
| LCH | lch(66.7 78.9 64.3) |
| OKLCH | oklch(0.726 0.170 58.8) |
Copy-ready code
/* CSS */
color: #f2870d;
background-color: #f2870d;
/* Tailwind (arbitrary) */
class="text-[#f2870d] bg-[#f2870d]"
/* SCSS */
$brand: #f2870d;
/* SwiftUI */
Color(red: 0.949, green: 0.529, blue: 0.051)
/* Android */
Color.parseColor("#f2870d")Accessibility — WCAG contrast
Aa
#f2870d on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2870d on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.9%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow94.6%
Key (black)5.1%
Color previews
#f2870d text on a black background
contrast 8.25:1
Card sample
#f2870d text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2870d;
Background color
Panel with #f2870d background
background-color: #f2870d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2870d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 135, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 135, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2870d; background: linear-gradient(135deg, #f2870d, #C4F20D);