#fdf4cb
a pale, electric yellow · cool · closest name: beige
RGB
253, 244, 203
HSL
49°, 93%, 89%
CMYK
0, 4, 20, 1
Luminance
0.8990
Every format
| HEX | #fdf4cb |
| RGB | rgb(253, 244, 203) |
| HSL | hsl(49, 93%, 89%) |
| CMYK | cmyk(0%, 4%, 20%, 1%) |
| LAB | lab(96.0 -3.4 20.9) |
| LCH | lch(96.0 21.2 99.3) |
| OKLCH | oklch(0.964 0.054 97.0) |
Copy-ready code
/* CSS */
color: #fdf4cb;
background-color: #fdf4cb;
/* Tailwind (arbitrary) */
class="text-[#fdf4cb] bg-[#fdf4cb]"
/* SCSS */
$brand: #fdf4cb;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.796)
/* Android */
Color.parseColor("#fdf4cb")Accessibility — WCAG contrast
Aa
#fdf4cb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf4cb on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow19.8%
Key (black)0.8%
Color previews
#fdf4cb text on a black background
contrast 18.98:1
Card sample
#fdf4cb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf4cb;
Background color
Panel with #fdf4cb background
background-color: #fdf4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf4cb; background: linear-gradient(135deg, #fdf4cb, #E5FDCB);