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