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