#fdf3be
a pale, electric yellow · cool · closest name: beige
RGB
253, 243, 190
HSL
51°, 94%, 87%
CMYK
0, 4, 25, 1
Luminance
0.8870
Every format
| HEX | #fdf3be |
| RGB | rgb(253, 243, 190) |
| HSL | hsl(51, 94%, 87%) |
| CMYK | cmyk(0%, 4%, 25%, 1%) |
| LAB | lab(95.5 -4.7 26.8) |
| LCH | lch(95.5 27.2 100.0) |
| OKLCH | oklch(0.959 0.069 98.6) |
Copy-ready code
/* CSS */
color: #fdf3be;
background-color: #fdf3be;
/* Tailwind (arbitrary) */
class="text-[#fdf3be] bg-[#fdf3be]"
/* SCSS */
$brand: #fdf3be;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.745)
/* Android */
Color.parseColor("#fdf3be")Accessibility — WCAG contrast
Aa
#fdf3be on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf3be on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow24.9%
Key (black)0.8%
Color previews
#fdf3be text on a black background
contrast 18.74:1
Card sample
#fdf3be text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf3be;
Background color
Panel with #fdf3be background
background-color: #fdf3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf3be; background: linear-gradient(135deg, #fdf3be, #DDFDBE);