#f28331
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 131, 49
HSL
26°, 88%, 57%
CMYK
0, 46, 80, 5
Luminance
0.3533
Every format
| HEX | #f28331 |
| RGB | rgb(242, 131, 49) |
| HSL | hsl(26, 88%, 57%) |
| CMYK | cmyk(0%, 46%, 80%, 5%) |
| LAB | lab(66.0 37.0 60.0) |
| LCH | lch(66.0 70.5 58.3) |
| OKLCH | oklch(0.721 0.163 52.5) |
Copy-ready code
/* CSS */
color: #f28331;
background-color: #f28331;
/* Tailwind (arbitrary) */
class="text-[#f28331] bg-[#f28331]"
/* SCSS */
$brand: #f28331;
/* SwiftUI */
Color(red: 0.949, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#f28331")Accessibility — WCAG contrast
Aa
#f28331 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28331 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green51.4%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow79.8%
Key (black)5.1%
Color previews
#f28331 text on a black background
contrast 8.07:1
Card sample
#f28331 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28331;
Background color
Panel with #f28331 background
background-color: #f28331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28331; background: linear-gradient(135deg, #f28331, #E0F231);