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