#f69918
a balanced, electric orange · warm · closest name: orange
RGB
246, 153, 24
HSL
35°, 93%, 53%
CMYK
0, 38, 90, 4
Luminance
0.4244
Every format
| HEX | #f69918 |
| RGB | rgb(246, 153, 24) |
| HSL | hsl(35, 93%, 53%) |
| CMYK | cmyk(0%, 38%, 90%, 4%) |
| LAB | lab(71.2 26.7 72.4) |
| LCH | lch(71.2 77.1 69.8) |
| OKLCH | oklch(0.761 0.164 66.3) |
Copy-ready code
/* CSS */
color: #f69918;
background-color: #f69918;
/* Tailwind (arbitrary) */
class="text-[#f69918] bg-[#f69918]"
/* SCSS */
$brand: #f69918;
/* SwiftUI */
Color(red: 0.965, green: 0.600, blue: 0.094)
/* Android */
Color.parseColor("#f69918")Accessibility — WCAG contrast
Aa
#f69918 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69918 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.0%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow90.2%
Key (black)3.5%
Color previews
#f69918 text on a black background
contrast 9.49:1
Card sample
#f69918 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69918;
Background color
Panel with #f69918 background
background-color: #f69918;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69918;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 153, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 153, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69918; background: linear-gradient(135deg, #f69918, #BFF618);