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