#fdf6ce
a pale, electric yellow · cool · closest name: beige
RGB
253, 246, 206
HSL
51°, 92%, 90%
CMYK
0, 3, 19, 1
Luminance
0.9125
Every format
| HEX | #fdf6ce |
| RGB | rgb(253, 246, 206) |
| HSL | hsl(51, 92%, 90%) |
| CMYK | cmyk(0%, 3%, 19%, 1%) |
| LAB | lab(96.5 -4.0 20.1) |
| LCH | lch(96.5 20.5 101.2) |
| OKLCH | oklch(0.969 0.052 99.1) |
Copy-ready code
/* CSS */
color: #fdf6ce;
background-color: #fdf6ce;
/* Tailwind (arbitrary) */
class="text-[#fdf6ce] bg-[#fdf6ce]"
/* SCSS */
$brand: #fdf6ce;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.808)
/* Android */
Color.parseColor("#fdf6ce")Accessibility — WCAG contrast
Aa
#fdf6ce on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf6ce on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow18.6%
Key (black)0.8%
Color previews
#fdf6ce text on a black background
contrast 19.25:1
Card sample
#fdf6ce text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf6ce;
Background color
Panel with #fdf6ce background
background-color: #fdf6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf6ce; background: linear-gradient(135deg, #fdf6ce, #E5FDCE);