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