#f6c97f
a light, electric orange · warm · closest name: khaki
RGB
246, 201, 127
HSL
37°, 87%, 73%
CMYK
0, 18, 48, 4
Luminance
0.6290
Every format
| HEX | #f6c97f |
| RGB | rgb(246, 201, 127) |
| HSL | hsl(37, 87%, 73%) |
| CMYK | cmyk(0%, 18%, 48%, 4%) |
| LAB | lab(83.4 6.9 42.8) |
| LCH | lch(83.4 43.4 80.8) |
| OKLCH | oklch(0.859 0.105 79.1) |
Copy-ready code
/* CSS */
color: #f6c97f;
background-color: #f6c97f;
/* Tailwind (arbitrary) */
class="text-[#f6c97f] bg-[#f6c97f]"
/* SCSS */
$brand: #f6c97f;
/* SwiftUI */
Color(red: 0.965, green: 0.788, blue: 0.498)
/* Android */
Color.parseColor("#f6c97f")Accessibility — WCAG contrast
Aa
#f6c97f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c97f on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green78.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow48.4%
Key (black)3.5%
Color previews
#f6c97f text on a black background
contrast 13.58:1
Card sample
#f6c97f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c97f;
Background color
Panel with #f6c97f background
background-color: #f6c97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 201, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 201, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c97f; background: linear-gradient(135deg, #f6c97f, #D4F67F);