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