#fdf7be
a pale, electric yellow · cool · closest name: beige
RGB
253, 247, 190
HSL
54°, 94%, 87%
CMYK
0, 2, 25, 1
Luminance
0.9112
Every format
| HEX | #fdf7be |
| RGB | rgb(253, 247, 190) |
| HSL | hsl(54, 94%, 87%) |
| CMYK | cmyk(0%, 2%, 25%, 1%) |
| LAB | lab(96.5 -6.7 28.2) |
| LCH | lch(96.5 29.0 103.4) |
| OKLCH | oklch(0.967 0.073 102.6) |
Copy-ready code
/* CSS */
color: #fdf7be;
background-color: #fdf7be;
/* Tailwind (arbitrary) */
class="text-[#fdf7be] bg-[#fdf7be]"
/* SCSS */
$brand: #fdf7be;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.745)
/* Android */
Color.parseColor("#fdf7be")Accessibility — WCAG contrast
Aa
#fdf7be on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf7be on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow24.9%
Key (black)0.8%
Color previews
#fdf7be text on a black background
contrast 19.22:1
Card sample
#fdf7be text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf7be;
Background color
Panel with #fdf7be background
background-color: #fdf7be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf7be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf7be; background: linear-gradient(135deg, #fdf7be, #D9FDBE);