#f6ff7c
a light, electric yellow · cool · closest name: khaki
RGB
246, 255, 124
HSL
64°, 100%, 74%
CMYK
4, 0, 51, 0
Luminance
0.9257
Every format
| HEX | #f6ff7c |
| RGB | rgb(246, 255, 124) |
| HSL | hsl(64, 100%, 74%) |
| CMYK | cmyk(4%, 0%, 51%, 0%) |
| LAB | lab(97.0 -20.4 60.8) |
| LCH | lch(97.0 64.1 108.5) |
| OKLCH | oklch(0.968 0.154 112.5) |
Copy-ready code
/* CSS */
color: #f6ff7c;
background-color: #f6ff7c;
/* Tailwind (arbitrary) */
class="text-[#f6ff7c] bg-[#f6ff7c]"
/* SCSS */
$brand: #f6ff7c;
/* SwiftUI */
Color(red: 0.965, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#f6ff7c")Accessibility — WCAG contrast
Aa
#f6ff7c on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ff7c on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green100.0%
Blue48.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#f6ff7c text on a black background
contrast 19.51:1
Card sample
#f6ff7c text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ff7c;
Background color
Panel with #f6ff7c background
background-color: #f6ff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ff7c; background: linear-gradient(135deg, #f6ff7c, #9FFF7C);