#f2780d
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 120, 13
HSL
28°, 90%, 50%
CMYK
0, 50, 95, 5
Luminance
0.3234
Every format
| HEX | #f2780d |
| RGB | rgb(242, 120, 13) |
| HSL | hsl(28, 90%, 50%) |
| CMYK | cmyk(0%, 50%, 95%, 5%) |
| LAB | lab(63.6 41.8 69.0) |
| LCH | lch(63.6 80.7 58.8) |
| OKLCH | oklch(0.702 0.178 51.8) |
Copy-ready code
/* CSS */
color: #f2780d;
background-color: #f2780d;
/* Tailwind (arbitrary) */
class="text-[#f2780d] bg-[#f2780d]"
/* SCSS */
$brand: #f2780d;
/* SwiftUI */
Color(red: 0.949, green: 0.471, blue: 0.051)
/* Android */
Color.parseColor("#f2780d")Accessibility — WCAG contrast
Aa
#f2780d on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2780d on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green47.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow94.6%
Key (black)5.1%
Color previews
#f2780d text on a black background
contrast 7.47:1
Card sample
#f2780d text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2780d;
Background color
Panel with #f2780d background
background-color: #f2780d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2780d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 120, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 120, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2780d; background: linear-gradient(135deg, #f2780d, #D3F20D);