#f7c97f
a light, electric orange · warm · closest name: khaki
RGB
247, 201, 127
HSL
37°, 88%, 73%
CMYK
0, 19, 49, 3
Luminance
0.6308
Every format
| HEX | #f7c97f |
| RGB | rgb(247, 201, 127) |
| HSL | hsl(37, 88%, 73%) |
| CMYK | cmyk(0%, 19%, 49%, 3%) |
| LAB | lab(83.5 7.3 43.0) |
| LCH | lch(83.5 43.6 80.3) |
| OKLCH | oklch(0.860 0.106 78.5) |
Copy-ready code
/* CSS */
color: #f7c97f;
background-color: #f7c97f;
/* Tailwind (arbitrary) */
class="text-[#f7c97f] bg-[#f7c97f]"
/* SCSS */
$brand: #f7c97f;
/* SwiftUI */
Color(red: 0.969, green: 0.788, blue: 0.498)
/* Android */
Color.parseColor("#f7c97f")Accessibility — WCAG contrast
Aa
#f7c97f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c97f on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green78.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow48.6%
Key (black)3.1%
Color previews
#f7c97f text on a black background
contrast 13.62:1
Card sample
#f7c97f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c97f;
Background color
Panel with #f7c97f background
background-color: #f7c97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 201, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 201, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c97f; background: linear-gradient(135deg, #f7c97f, #D5F77F);