#f6ff88
a light, electric yellow · cool · closest name: khaki
RGB
246, 255, 136
HSL
65°, 100%, 77%
CMYK
4, 0, 47, 0
Luminance
0.9289
Every format
| HEX | #f6ff88 |
| RGB | rgb(246, 255, 136) |
| HSL | hsl(65, 100%, 77%) |
| CMYK | cmyk(4%, 0%, 47%, 0%) |
| LAB | lab(97.2 -19.3 55.5) |
| LCH | lch(97.2 58.7 109.2) |
| OKLCH | oklch(0.969 0.143 112.6) |
Copy-ready code
/* CSS */
color: #f6ff88;
background-color: #f6ff88;
/* Tailwind (arbitrary) */
class="text-[#f6ff88] bg-[#f6ff88]"
/* SCSS */
$brand: #f6ff88;
/* SwiftUI */
Color(red: 0.965, green: 1.000, blue: 0.533)
/* Android */
Color.parseColor("#f6ff88")Accessibility — WCAG contrast
Aa
#f6ff88 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ff88 on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green100.0%
Blue53.3%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow46.7%
Key (black)0.0%
Color previews
#f6ff88 text on a black background
contrast 19.58:1
Card sample
#f6ff88 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ff88;
Background color
Panel with #f6ff88 background
background-color: #f6ff88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ff88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 255, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 255, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ff88; background: linear-gradient(135deg, #f6ff88, #A7FF88);