#fdffbb
a pale, electric yellow · cool · closest name: khaki
RGB
253, 255, 187
HSL
62°, 100%, 87%
CMYK
1, 0, 27, 0
Luminance
0.9599
Every format
| HEX | #fdffbb |
| RGB | rgb(253, 255, 187) |
| HSL | hsl(62, 100%, 87%) |
| CMYK | cmyk(1%, 0%, 27%, 0%) |
| LAB | lab(98.4 -11.1 32.4) |
| LCH | lch(98.4 34.2 108.9) |
| OKLCH | oklch(0.983 0.086 109.3) |
Copy-ready code
/* CSS */
color: #fdffbb;
background-color: #fdffbb;
/* Tailwind (arbitrary) */
class="text-[#fdffbb] bg-[#fdffbb]"
/* SCSS */
$brand: #fdffbb;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#fdffbb")Accessibility — WCAG contrast
Aa
#fdffbb on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffbb on black: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue73.3%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#fdffbb text on a black background
contrast 20.20:1
Card sample
#fdffbb text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffbb;
Background color
Panel with #fdffbb background
background-color: #fdffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffbb; background: linear-gradient(135deg, #fdffbb, #D0FFBB);