#fdfeb6
a pale, electric yellow · cool · closest name: khaki
RGB
253, 254, 182
HSL
61°, 97%, 86%
CMYK
0, 0, 28, 0
Luminance
0.9514
Every format
| HEX | #fdfeb6 |
| RGB | rgb(253, 254, 182) |
| HSL | hsl(61, 97%, 86%) |
| CMYK | cmyk(0%, 0%, 28%, 0%) |
| LAB | lab(98.1 -11.2 34.4) |
| LCH | lch(98.1 36.2 108.0) |
| OKLCH | oklch(0.980 0.091 108.6) |
Copy-ready code
/* CSS */
color: #fdfeb6;
background-color: #fdfeb6;
/* Tailwind (arbitrary) */
class="text-[#fdfeb6] bg-[#fdfeb6]"
/* SCSS */
$brand: #fdfeb6;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.714)
/* Android */
Color.parseColor("#fdfeb6")Accessibility — WCAG contrast
Aa
#fdfeb6 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfeb6 on black: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue71.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow28.3%
Key (black)0.4%
Color previews
#fdfeb6 text on a black background
contrast 20.03:1
Card sample
#fdfeb6 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfeb6;
Background color
Panel with #fdfeb6 background
background-color: #fdfeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfeb6; background: linear-gradient(135deg, #fdfeb6, #CDFEB6);