#fdefbc
a pale, electric yellow · cool · closest name: beige
RGB
253, 239, 188
HSL
47°, 94%, 87%
CMYK
0, 6, 26, 1
Luminance
0.8625
Every format
| HEX | #fdefbc |
| RGB | rgb(253, 239, 188) |
| HSL | hsl(47, 94%, 87%) |
| CMYK | cmyk(0%, 6%, 26%, 1%) |
| LAB | lab(94.4 -3.0 26.4) |
| LCH | lch(94.4 26.6 96.4) |
| OKLCH | oklch(0.951 0.067 94.5) |
Copy-ready code
/* CSS */
color: #fdefbc;
background-color: #fdefbc;
/* Tailwind (arbitrary) */
class="text-[#fdefbc] bg-[#fdefbc]"
/* SCSS */
$brand: #fdefbc;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.737)
/* Android */
Color.parseColor("#fdefbc")Accessibility — WCAG contrast
Aa
#fdefbc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdefbc on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow25.7%
Key (black)0.8%
Color previews
#fdefbc text on a black background
contrast 18.25:1
Card sample
#fdefbc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdefbc;
Background color
Panel with #fdefbc background
background-color: #fdefbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdefbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdefbc; background: linear-gradient(135deg, #fdefbc, #E0FDBC);