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