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