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