#fdfbcb
a pale, electric yellow · cool · closest name: beige
RGB
253, 251, 203
HSL
58°, 93%, 89%
CMYK
0, 1, 20, 1
Luminance
0.9419
Every format
| HEX | #fdfbcb |
| RGB | rgb(253, 251, 203) |
| HSL | hsl(58, 93%, 89%) |
| CMYK | cmyk(0%, 1%, 20%, 1%) |
| LAB | lab(97.7 -6.9 23.3) |
| LCH | lch(97.7 24.3 106.5) |
| OKLCH | oklch(0.978 0.062 105.5) |
Copy-ready code
/* CSS */
color: #fdfbcb;
background-color: #fdfbcb;
/* Tailwind (arbitrary) */
class="text-[#fdfbcb] bg-[#fdfbcb]"
/* SCSS */
$brand: #fdfbcb;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#fdfbcb")Accessibility — WCAG contrast
Aa
#fdfbcb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbcb on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow19.8%
Key (black)0.8%
Color previews
#fdfbcb text on a black background
contrast 19.84:1
Card sample
#fdfbcb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbcb;
Background color
Panel with #fdfbcb background
background-color: #fdfbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbcb; background: linear-gradient(135deg, #fdfbcb, #DEFDCB);