#f27421
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 116, 33
HSL
24°, 89%, 54%
CMYK
0, 52, 86, 5
Luminance
0.3148
Every format
| HEX | #f27421 |
| RGB | rgb(242, 116, 33) |
| HSL | hsl(24, 89%, 54%) |
| CMYK | cmyk(0%, 52%, 86%, 5%) |
| LAB | lab(62.9 44.1 63.3) |
| LCH | lch(62.9 77.2 55.1) |
| OKLCH | oklch(0.697 0.177 48.1) |
Copy-ready code
/* CSS */
color: #f27421;
background-color: #f27421;
/* Tailwind (arbitrary) */
class="text-[#f27421] bg-[#f27421]"
/* SCSS */
$brand: #f27421;
/* SwiftUI */
Color(red: 0.949, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#f27421")Accessibility — WCAG contrast
Aa
#f27421 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27421 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.1%
Yellow86.4%
Key (black)5.1%
Color previews
#f27421 text on a black background
contrast 7.30:1
Card sample
#f27421 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27421;
Background color
Panel with #f27421 background
background-color: #f27421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27421; background: linear-gradient(135deg, #f27421, #E5F221);