#fffd88
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 136
HSL
59°, 100%, 77%
CMYK
0, 1, 47, 0
Luminance
0.9329
Every format
| HEX | #fffd88 |
| RGB | rgb(255, 253, 136) |
| HSL | hsl(59, 100%, 77%) |
| CMYK | cmyk(0%, 1%, 47%, 0%) |
| LAB | lab(97.3 -14.9 55.8) |
| LCH | lch(97.3 57.8 104.9) |
| OKLCH | oklch(0.972 0.140 107.9) |
Copy-ready code
/* CSS */
color: #fffd88;
background-color: #fffd88;
/* Tailwind (arbitrary) */
class="text-[#fffd88] bg-[#fffd88]"
/* SCSS */
$brand: #fffd88;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.533)
/* Android */
Color.parseColor("#fffd88")Accessibility — WCAG contrast
Aa
#fffd88 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd88 on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow46.7%
Key (black)0.0%
Color previews
#fffd88 text on a black background
contrast 19.66:1
Card sample
#fffd88 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd88;
Background color
Panel with #fffd88 background
background-color: #fffd88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd88; background: linear-gradient(135deg, #fffd88, #B2FF88);