#f26331
a balanced, electric orange · warm · closest name: tomato
RGB
242, 99, 49
HSL
16°, 88%, 57%
CMYK
0, 59, 80, 5
Luminance
0.2802
Every format
| HEX | #f26331 |
| RGB | rgb(242, 99, 49) |
| HSL | hsl(16, 88%, 57%) |
| CMYK | cmyk(0%, 59%, 80%, 5%) |
| LAB | lab(59.9 52.5 54.3) |
| LCH | lch(59.9 75.5 45.9) |
| OKLCH | oklch(0.674 0.187 38.6) |
Copy-ready code
/* CSS */
color: #f26331;
background-color: #f26331;
/* Tailwind (arbitrary) */
class="text-[#f26331] bg-[#f26331]"
/* SCSS */
$brand: #f26331;
/* SwiftUI */
Color(red: 0.949, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#f26331")Accessibility — WCAG contrast
Aa
#f26331 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f26331 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow79.8%
Key (black)5.1%
Color previews
#f26331 text on a black background
contrast 6.60:1
Card sample
#f26331 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26331;
Background color
Panel with #f26331 background
background-color: #f26331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26331; background: linear-gradient(135deg, #f26331, #F2E431);