#fdf2c0
a pale, electric yellow · cool · closest name: beige
RGB
253, 242, 192
HSL
49°, 94%, 87%
CMYK
0, 4, 24, 1
Luminance
0.8819
Every format
| HEX | #fdf2c0 |
| RGB | rgb(253, 242, 192) |
| HSL | hsl(49, 94%, 87%) |
| CMYK | cmyk(0%, 4%, 24%, 1%) |
| LAB | lab(95.2 -3.9 25.5) |
| LCH | lch(95.2 25.8 98.8) |
| OKLCH | oklch(0.958 0.065 97.1) |
Copy-ready code
/* CSS */
color: #fdf2c0;
background-color: #fdf2c0;
/* Tailwind (arbitrary) */
class="text-[#fdf2c0] bg-[#fdf2c0]"
/* SCSS */
$brand: #fdf2c0;
/* SwiftUI */
Color(red: 0.992, green: 0.949, blue: 0.753)
/* Android */
Color.parseColor("#fdf2c0")Accessibility — WCAG contrast
Aa
#fdf2c0 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf2c0 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow24.1%
Key (black)0.8%
Color previews
#fdf2c0 text on a black background
contrast 18.64:1
Card sample
#fdf2c0 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf2c0;
Background color
Panel with #fdf2c0 background
background-color: #fdf2c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf2c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 242, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 242, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf2c0; background: linear-gradient(135deg, #fdf2c0, #DFFDC0);