#f27613
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 118, 19
HSL
27°, 90%, 51%
CMYK
0, 51, 92, 5
Luminance
0.3188
Every format
| HEX | #f27613 |
| RGB | rgb(242, 118, 19) |
| HSL | hsl(27, 90%, 51%) |
| CMYK | cmyk(0%, 51%, 92%, 5%) |
| LAB | lab(63.3 42.9 67.5) |
| LCH | lch(63.3 80.0 57.6) |
| OKLCH | oklch(0.699 0.178 50.5) |
Copy-ready code
/* CSS */
color: #f27613;
background-color: #f27613;
/* Tailwind (arbitrary) */
class="text-[#f27613] bg-[#f27613]"
/* SCSS */
$brand: #f27613;
/* SwiftUI */
Color(red: 0.949, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#f27613")Accessibility — WCAG contrast
Aa
#f27613 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27613 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green46.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow92.1%
Key (black)5.1%
Color previews
#f27613 text on a black background
contrast 7.38:1
Card sample
#f27613 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27613;
Background color
Panel with #f27613 background
background-color: #f27613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27613; background: linear-gradient(135deg, #f27613, #DAF213);