#fffcdb
a pale, electric yellow · cool · closest name: beige
RGB
255, 252, 219
HSL
55°, 100%, 93%
CMYK
0, 1, 14, 0
Luminance
0.9600
Every format
| HEX | #fffcdb |
| RGB | rgb(255, 252, 219) |
| HSL | hsl(55, 100%, 93%) |
| CMYK | cmyk(0%, 1%, 14%, 0%) |
| LAB | lab(98.4 -4.4 16.2) |
| LCH | lch(98.4 16.8 105.1) |
| OKLCH | oklch(0.985 0.043 102.9) |
Copy-ready code
/* CSS */
color: #fffcdb;
background-color: #fffcdb;
/* Tailwind (arbitrary) */
class="text-[#fffcdb] bg-[#fffcdb]"
/* SCSS */
$brand: #fffcdb;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#fffcdb")Accessibility — WCAG contrast
Aa
#fffcdb on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcdb on black: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow14.1%
Key (black)0.0%
Color previews
#fffcdb text on a black background
contrast 20.20:1
Card sample
#fffcdb text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcdb;
Background color
Panel with #fffcdb background
background-color: #fffcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcdb; background: linear-gradient(135deg, #fffcdb, #EAFFDB);