#fdfeb2
a light, electric yellow · cool · closest name: khaki
RGB
253, 254, 178
HSL
61°, 97%, 85%
CMYK
0, 0, 30, 0
Luminance
0.9498
Every format
| HEX | #fdfeb2 |
| RGB | rgb(253, 254, 178) |
| HSL | hsl(61, 97%, 85%) |
| CMYK | cmyk(0%, 0%, 30%, 0%) |
| LAB | lab(98.0 -11.7 36.3) |
| LCH | lch(98.0 38.2 107.8) |
| OKLCH | oklch(0.979 0.096 108.7) |
Copy-ready code
/* CSS */
color: #fdfeb2;
background-color: #fdfeb2;
/* Tailwind (arbitrary) */
class="text-[#fdfeb2] bg-[#fdfeb2]"
/* SCSS */
$brand: #fdfeb2;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.698)
/* Android */
Color.parseColor("#fdfeb2")Accessibility — WCAG contrast
Aa
#fdfeb2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfeb2 on black: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue69.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow29.9%
Key (black)0.4%
Color previews
#fdfeb2 text on a black background
contrast 20.00:1
Card sample
#fdfeb2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfeb2;
Background color
Panel with #fdfeb2 background
background-color: #fdfeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfeb2; background: linear-gradient(135deg, #fdfeb2, #CAFEB2);