#f6dc7f
a light, electric yellow · cool · closest name: khaki
RGB
246, 220, 127
HSL
47°, 87%, 73%
CMYK
0, 11, 48, 4
Luminance
0.7231
Every format
| HEX | #f6dc7f |
| RGB | rgb(246, 220, 127) |
| HSL | hsl(47, 87%, 73%) |
| CMYK | cmyk(0%, 11%, 48%, 4%) |
| LAB | lab(88.1 -2.9 48.7) |
| LCH | lch(88.1 48.8 93.4) |
| OKLCH | oklch(0.897 0.117 94.2) |
Copy-ready code
/* CSS */
color: #f6dc7f;
background-color: #f6dc7f;
/* Tailwind (arbitrary) */
class="text-[#f6dc7f] bg-[#f6dc7f]"
/* SCSS */
$brand: #f6dc7f;
/* SwiftUI */
Color(red: 0.965, green: 0.863, blue: 0.498)
/* Android */
Color.parseColor("#f6dc7f")Accessibility — WCAG contrast
Aa
#f6dc7f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dc7f on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green86.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow48.4%
Key (black)3.5%
Color previews
#f6dc7f text on a black background
contrast 15.46:1
Card sample
#f6dc7f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dc7f;
Background color
Panel with #f6dc7f background
background-color: #f6dc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 220, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 220, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dc7f; background: linear-gradient(135deg, #f6dc7f, #C1F67F);