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