#f69421
a balanced, electric orange · warm · closest name: orange
RGB
246, 148, 33
HSL
32°, 92%, 55%
CMYK
0, 40, 87, 4
Luminance
0.4088
Every format
| HEX | #f69421 |
| RGB | rgb(246, 148, 33) |
| HSL | hsl(32, 92%, 55%) |
| CMYK | cmyk(0%, 40%, 87%, 4%) |
| LAB | lab(70.1 29.5 69.3) |
| LCH | lch(70.1 75.3 67.0) |
| OKLCH | oklch(0.753 0.163 62.8) |
Copy-ready code
/* CSS */
color: #f69421;
background-color: #f69421;
/* Tailwind (arbitrary) */
class="text-[#f69421] bg-[#f69421]"
/* SCSS */
$brand: #f69421;
/* SwiftUI */
Color(red: 0.965, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#f69421")Accessibility — WCAG contrast
Aa
#f69421 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69421 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow86.6%
Key (black)3.5%
Color previews
#f69421 text on a black background
contrast 9.18:1
Card sample
#f69421 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69421;
Background color
Panel with #f69421 background
background-color: #f69421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69421; background: linear-gradient(135deg, #f69421, #CAF621);