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