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