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