#f27921
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 121, 33
HSL
25°, 89%, 54%
CMYK
0, 50, 86, 5
Luminance
0.3266
Every format
| HEX | #f27921 |
| RGB | rgb(242, 121, 33) |
| HSL | hsl(25, 89%, 54%) |
| CMYK | cmyk(0%, 50%, 86%, 5%) |
| LAB | lab(63.9 41.6 64.1) |
| LCH | lch(63.9 76.4 57.0) |
| OKLCH | oklch(0.704 0.174 50.3) |
Copy-ready code
/* CSS */
color: #f27921;
background-color: #f27921;
/* Tailwind (arbitrary) */
class="text-[#f27921] bg-[#f27921]"
/* SCSS */
$brand: #f27921;
/* SwiftUI */
Color(red: 0.949, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#f27921")Accessibility — WCAG contrast
Aa
#f27921 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27921 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow86.4%
Key (black)5.1%
Color previews
#f27921 text on a black background
contrast 7.53:1
Card sample
#f27921 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27921;
Background color
Panel with #f27921 background
background-color: #f27921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27921; background: linear-gradient(135deg, #f27921, #DFF221);