#fffcbc
a pale, electric yellow · cool · closest name: khaki
RGB
255, 252, 188
HSL
57°, 100%, 87%
CMYK
0, 1, 26, 0
Luminance
0.9451
Every format
| HEX | #fffcbc |
| RGB | rgb(255, 252, 188) |
| HSL | hsl(57, 100%, 87%) |
| CMYK | cmyk(0%, 1%, 26%, 0%) |
| LAB | lab(97.8 -8.7 31.1) |
| LCH | lch(97.8 32.3 105.7) |
| OKLCH | oklch(0.978 0.081 105.6) |
Copy-ready code
/* CSS */
color: #fffcbc;
background-color: #fffcbc;
/* Tailwind (arbitrary) */
class="text-[#fffcbc] bg-[#fffcbc]"
/* SCSS */
$brand: #fffcbc;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#fffcbc")Accessibility — WCAG contrast
Aa
#fffcbc on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcbc on black: 19.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow26.3%
Key (black)0.0%
Color previews
#fffcbc text on a black background
contrast 19.90:1
Card sample
#fffcbc text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcbc;
Background color
Panel with #fffcbc background
background-color: #fffcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcbc; background: linear-gradient(135deg, #fffcbc, #D5FFBC);