#fcffbc
a pale, electric yellow · cool · closest name: khaki
RGB
252, 255, 188
HSL
63°, 100%, 87%
CMYK
1, 0, 26, 0
Luminance
0.9585
Every format
| HEX | #fcffbc |
| RGB | rgb(252, 255, 188) |
| HSL | hsl(63, 100%, 87%) |
| CMYK | cmyk(1%, 0%, 26%, 0%) |
| LAB | lab(98.4 -11.3 31.8) |
| LCH | lch(98.4 33.7 109.6) |
| OKLCH | oklch(0.982 0.085 110.0) |
Copy-ready code
/* CSS */
color: #fcffbc;
background-color: #fcffbc;
/* Tailwind (arbitrary) */
class="text-[#fcffbc] bg-[#fcffbc]"
/* SCSS */
$brand: #fcffbc;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#fcffbc")Accessibility — WCAG contrast
Aa
#fcffbc on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffbc on black: 20.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue73.7%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#fcffbc text on a black background
contrast 20.17:1
Card sample
#fcffbc text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffbc;
Background color
Panel with #fcffbc background
background-color: #fcffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffbc; background: linear-gradient(135deg, #fcffbc, #CFFFBC);