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