#fdf2cf
a pale, electric yellow · cool · closest name: beige
RGB
253, 242, 207
HSL
46°, 92%, 90%
CMYK
0, 4, 18, 1
Luminance
0.8889
Every format
| HEX | #fdf2cf |
| RGB | rgb(253, 242, 207) |
| HSL | hsl(46, 92%, 90%) |
| CMYK | cmyk(0%, 4%, 18%, 1%) |
| LAB | lab(95.5 -1.8 18.2) |
| LCH | lch(95.5 18.3 95.8) |
| OKLCH | oklch(0.961 0.047 92.6) |
Copy-ready code
/* CSS */
color: #fdf2cf;
background-color: #fdf2cf;
/* Tailwind (arbitrary) */
class="text-[#fdf2cf] bg-[#fdf2cf]"
/* SCSS */
$brand: #fdf2cf;
/* SwiftUI */
Color(red: 0.992, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#fdf2cf")Accessibility — WCAG contrast
Aa
#fdf2cf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf2cf on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow18.2%
Key (black)0.8%
Color previews
#fdf2cf text on a black background
contrast 18.78:1
Card sample
#fdf2cf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf2cf;
Background color
Panel with #fdf2cf background
background-color: #fdf2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf2cf; background: linear-gradient(135deg, #fdf2cf, #E9FDCF);