#f69021
a balanced, electric orange · warm · closest name: orange
RGB
246, 144, 33
HSL
31°, 92%, 55%
CMYK
0, 42, 87, 4
Luminance
0.3965
Every format
| HEX | #f69021 |
| RGB | rgb(246, 144, 33) |
| HSL | hsl(31, 92%, 55%) |
| CMYK | cmyk(0%, 42%, 87%, 4%) |
| LAB | lab(69.2 31.6 68.6) |
| LCH | lch(69.2 75.5 65.3) |
| OKLCH | oklch(0.746 0.165 60.6) |
Copy-ready code
/* CSS */
color: #f69021;
background-color: #f69021;
/* Tailwind (arbitrary) */
class="text-[#f69021] bg-[#f69021]"
/* SCSS */
$brand: #f69021;
/* SwiftUI */
Color(red: 0.965, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#f69021")Accessibility — WCAG contrast
Aa
#f69021 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69021 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow86.6%
Key (black)3.5%
Color previews
#f69021 text on a black background
contrast 8.93:1
Card sample
#f69021 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69021;
Background color
Panel with #f69021 background
background-color: #f69021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69021; background: linear-gradient(135deg, #f69021, #CEF621);