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