#fdedc2
a pale, electric yellow · warm · closest name: beige
RGB
253, 237, 194
HSL
44°, 94%, 88%
CMYK
0, 6, 23, 1
Luminance
0.8535
Every format
| HEX | #fdedc2 |
| RGB | rgb(253, 237, 194) |
| HSL | hsl(44, 94%, 88%) |
| CMYK | cmyk(0%, 6%, 23%, 1%) |
| LAB | lab(94.0 -1.1 22.8) |
| LCH | lch(94.0 22.9 92.9) |
| OKLCH | oklch(0.948 0.058 90.0) |
Copy-ready code
/* CSS */
color: #fdedc2;
background-color: #fdedc2;
/* Tailwind (arbitrary) */
class="text-[#fdedc2] bg-[#fdedc2]"
/* SCSS */
$brand: #fdedc2;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.761)
/* Android */
Color.parseColor("#fdedc2")Accessibility — WCAG contrast
Aa
#fdedc2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdedc2 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow23.3%
Key (black)0.8%
Color previews
#fdedc2 text on a black background
contrast 18.07:1
Card sample
#fdedc2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdedc2;
Background color
Panel with #fdedc2 background
background-color: #fdedc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdedc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdedc2; background: linear-gradient(135deg, #fdedc2, #E6FDC2);