#fdfce6
a pale, electric yellow · cool · closest name: beige
RGB
253, 252, 230
HSL
57°, 85%, 95%
CMYK
0, 0, 9, 1
Luminance
0.9622
Every format
| HEX | #fdfce6 |
| RGB | rgb(253, 252, 230) |
| HSL | hsl(57, 85%, 95%) |
| CMYK | cmyk(0%, 0%, 9%, 1%) |
| LAB | lab(98.5 -3.4 10.7) |
| LCH | lch(98.5 11.2 107.4) |
| OKLCH | oklch(0.986 0.029 104.8) |
Copy-ready code
/* CSS */
color: #fdfce6;
background-color: #fdfce6;
/* Tailwind (arbitrary) */
class="text-[#fdfce6] bg-[#fdfce6]"
/* SCSS */
$brand: #fdfce6;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.902)
/* Android */
Color.parseColor("#fdfce6")Accessibility — WCAG contrast
Aa
#fdfce6 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfce6 on black: 20.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow9.1%
Key (black)0.8%
Color previews
#fdfce6 text on a black background
contrast 20.24:1
Card sample
#fdfce6 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfce6;
Background color
Panel with #fdfce6 background
background-color: #fdfce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfce6; background: linear-gradient(135deg, #fdfce6, #EFFDE6);