#f28d21
a balanced, electric orange · warm · closest name: orange
RGB
242, 141, 33
HSL
31°, 89%, 54%
CMYK
0, 42, 86, 5
Luminance
0.3804
Every format
| HEX | #f28d21 |
| RGB | rgb(242, 141, 33) |
| HSL | hsl(31, 89%, 54%) |
| CMYK | cmyk(0%, 42%, 86%, 5%) |
| LAB | lab(68.0 31.5 67.4) |
| LCH | lch(68.0 74.4 65.0) |
| OKLCH | oklch(0.736 0.163 60.2) |
Copy-ready code
/* CSS */
color: #f28d21;
background-color: #f28d21;
/* Tailwind (arbitrary) */
class="text-[#f28d21] bg-[#f28d21]"
/* SCSS */
$brand: #f28d21;
/* SwiftUI */
Color(red: 0.949, green: 0.553, blue: 0.129)
/* Android */
Color.parseColor("#f28d21")Accessibility — WCAG contrast
Aa
#f28d21 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28d21 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green55.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow86.4%
Key (black)5.1%
Color previews
#f28d21 text on a black background
contrast 8.61:1
Card sample
#f28d21 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28d21;
Background color
Panel with #f28d21 background
background-color: #f28d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 141, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 141, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28d21; background: linear-gradient(135deg, #f28d21, #CCF221);