#f6972d
a balanced, electric orange · warm · closest name: orange
RGB
246, 151, 45
HSL
32°, 92%, 57%
CMYK
0, 39, 82, 4
Luminance
0.4192
Every format
| HEX | #f6972d |
| RGB | rgb(246, 151, 45) |
| HSL | hsl(32, 92%, 57%) |
| CMYK | cmyk(0%, 39%, 82%, 4%) |
| LAB | lab(70.8 28.2 66.0) |
| LCH | lch(70.8 71.8 66.9) |
| OKLCH | oklch(0.759 0.159 62.9) |
Copy-ready code
/* CSS */
color: #f6972d;
background-color: #f6972d;
/* Tailwind (arbitrary) */
class="text-[#f6972d] bg-[#f6972d]"
/* SCSS */
$brand: #f6972d;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.176)
/* Android */
Color.parseColor("#f6972d")Accessibility — WCAG contrast
Aa
#f6972d on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6972d on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow81.7%
Key (black)3.5%
Color previews
#f6972d text on a black background
contrast 9.38:1
Card sample
#f6972d text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6972d;
Background color
Panel with #f6972d background
background-color: #f6972d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6972d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6972d; background: linear-gradient(135deg, #f6972d, #CFF62D);