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