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