#f1ff6c
a light, electric yellow · cool · closest name: khaki
RGB
241, 255, 108
HSL
66°, 100%, 71%
CMYK
6, 0, 58, 0
Luminance
0.9130
Every format
| HEX | #f1ff6c |
| RGB | rgb(241, 255, 108) |
| HSL | hsl(66, 100%, 71%) |
| CMYK | cmyk(6%, 0%, 58%, 0%) |
| LAB | lab(96.5 -23.6 67.0) |
| LCH | lch(96.5 71.1 109.4) |
| OKLCH | oklch(0.962 0.170 114.2) |
Copy-ready code
/* CSS */
color: #f1ff6c;
background-color: #f1ff6c;
/* Tailwind (arbitrary) */
class="text-[#f1ff6c] bg-[#f1ff6c]"
/* SCSS */
$brand: #f1ff6c;
/* SwiftUI */
Color(red: 0.945, green: 1.000, blue: 0.424)
/* Android */
Color.parseColor("#f1ff6c")Accessibility — WCAG contrast
Aa
#f1ff6c on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ff6c on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green100.0%
Blue42.4%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow57.6%
Key (black)0.0%
Color previews
#f1ff6c text on a black background
contrast 19.26:1
Card sample
#f1ff6c text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ff6c;
Background color
Panel with #f1ff6c background
background-color: #f1ff6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ff6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 255, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 255, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ff6c; background: linear-gradient(135deg, #f1ff6c, #8FFF6C);