#f1ff7b
a light, electric yellow · cool · closest name: khaki
RGB
241, 255, 123
HSL
66°, 100%, 74%
CMYK
6, 0, 52, 0
Luminance
0.9165
Every format
| HEX | #f1ff7b |
| RGB | rgb(241, 255, 123) |
| HSL | hsl(66, 100%, 74%) |
| CMYK | cmyk(6%, 0%, 52%, 0%) |
| LAB | lab(96.7 -22.4 60.7) |
| LCH | lch(96.7 64.7 110.3) |
| OKLCH | oklch(0.964 0.157 114.4) |
Copy-ready code
/* CSS */
color: #f1ff7b;
background-color: #f1ff7b;
/* Tailwind (arbitrary) */
class="text-[#f1ff7b] bg-[#f1ff7b]"
/* SCSS */
$brand: #f1ff7b;
/* SwiftUI */
Color(red: 0.945, green: 1.000, blue: 0.482)
/* Android */
Color.parseColor("#f1ff7b")Accessibility — WCAG contrast
Aa
#f1ff7b on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ff7b on black: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green100.0%
Blue48.2%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow51.8%
Key (black)0.0%
Color previews
#f1ff7b text on a black background
contrast 19.33:1
Card sample
#f1ff7b text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ff7b;
Background color
Panel with #f1ff7b background
background-color: #f1ff7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ff7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 255, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 255, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ff7b; background: linear-gradient(135deg, #f1ff7b, #99FF7B);