#fdf6cb
a pale, electric yellow · cool · closest name: beige
RGB
253, 246, 203
HSL
52°, 93%, 89%
CMYK
0, 3, 20, 1
Luminance
0.9111
Every format
| HEX | #fdf6cb |
| RGB | rgb(253, 246, 203) |
| HSL | hsl(52, 93%, 89%) |
| CMYK | cmyk(0%, 3%, 20%, 1%) |
| LAB | lab(96.5 -4.4 21.6) |
| LCH | lch(96.5 22.0 101.6) |
| OKLCH | oklch(0.968 0.056 99.7) |
Copy-ready code
/* CSS */
color: #fdf6cb;
background-color: #fdf6cb;
/* Tailwind (arbitrary) */
class="text-[#fdf6cb] bg-[#fdf6cb]"
/* SCSS */
$brand: #fdf6cb;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.796)
/* Android */
Color.parseColor("#fdf6cb")Accessibility — WCAG contrast
Aa
#fdf6cb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf6cb on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow19.8%
Key (black)0.8%
Color previews
#fdf6cb text on a black background
contrast 19.22:1
Card sample
#fdf6cb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf6cb;
Background color
Panel with #fdf6cb background
background-color: #fdf6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf6cb; background: linear-gradient(135deg, #fdf6cb, #E3FDCB);