#fefdfb
a pale, vivid yellow · warm · “white”
RGB
254, 253, 251
HSL
40°, 60%, 99%
CMYK
0, 0, 1, 0
Luminance
0.9829
Every format
| HEX | #fefdfb |
| RGB | rgb(254, 253, 251) |
| HSL | hsl(40, 60%, 99%) |
| CMYK | cmyk(0%, 0%, 1%, 0%) |
| LAB | lab(99.3 -0.0 1.1) |
| LCH | lch(99.3 1.1 91.1) |
| OKLCH | oklch(0.994 0.003 84.6) |
Copy-ready code
/* CSS */
color: #fefdfb;
background-color: #fefdfb;
/* Tailwind (arbitrary) */
class="text-[#fefdfb] bg-[#fefdfb]"
/* SCSS */
$brand: #fefdfb;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#fefdfb")Accessibility — WCAG contrast
Aa
#fefdfb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefdfb on black: 20.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow1.2%
Key (black)0.4%
Color previews
#fefdfb text on a black background
contrast 20.66:1
Card sample
#fefdfb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefdfb;
Background color
Panel with #fefdfb background
background-color: #fefdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefdfb; background: linear-gradient(135deg, #fefdfb, #FDFEFB);