#f8ff7f
a light, electric yellow · cool · closest name: khaki
RGB
248, 255, 127
HSL
63°, 100%, 75%
CMYK
3, 0, 50, 0
Luminance
0.9301
Every format
| HEX | #f8ff7f |
| RGB | rgb(248, 255, 127) |
| HSL | hsl(63, 100%, 75%) |
| CMYK | cmyk(3%, 0%, 50%, 0%) |
| LAB | lab(97.2 -19.3 59.7) |
| LCH | lch(97.2 62.7 108.0) |
| OKLCH | oklch(0.969 0.151 111.7) |
Copy-ready code
/* CSS */
color: #f8ff7f;
background-color: #f8ff7f;
/* Tailwind (arbitrary) */
class="text-[#f8ff7f] bg-[#f8ff7f]"
/* SCSS */
$brand: #f8ff7f;
/* SwiftUI */
Color(red: 0.973, green: 1.000, blue: 0.498)
/* Android */
Color.parseColor("#f8ff7f")Accessibility — WCAG contrast
Aa
#f8ff7f on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ff7f on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green100.0%
Blue49.8%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow50.2%
Key (black)0.0%
Color previews
#f8ff7f text on a black background
contrast 19.60:1
Card sample
#f8ff7f text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ff7f;
Background color
Panel with #f8ff7f background
background-color: #f8ff7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ff7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 255, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 255, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ff7f; background: linear-gradient(135deg, #f8ff7f, #A3FF7F);