#fdfbe2
a pale, electric yellow · cool · “beige”
RGB
253, 251, 226
HSL
56°, 87%, 94%
CMYK
0, 1, 11, 1
Luminance
0.9537
Every format
| HEX | #fdfbe2 |
| RGB | rgb(253, 251, 226) |
| HSL | hsl(56, 87%, 94%) |
| CMYK | cmyk(0%, 1%, 11%, 1%) |
| LAB | lab(98.2 -3.5 12.2) |
| LCH | lch(98.2 12.7 105.9) |
| OKLCH | oklch(0.983 0.033 103.2) |
Copy-ready code
/* CSS */
color: #fdfbe2;
background-color: #fdfbe2;
/* Tailwind (arbitrary) */
class="text-[#fdfbe2] bg-[#fdfbe2]"
/* SCSS */
$brand: #fdfbe2;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.886)
/* Android */
Color.parseColor("#fdfbe2")Accessibility — WCAG contrast
Aa
#fdfbe2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbe2 on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow10.7%
Key (black)0.8%
Color previews
#fdfbe2 text on a black background
contrast 20.07:1
Card sample
#fdfbe2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbe2;
Background color
Panel with #fdfbe2 background
background-color: #fdfbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbe2; background: linear-gradient(135deg, #fdfbe2, #EDFDE2);