#fcfbcb
a pale, electric yellow · cool · closest name: beige
RGB
252, 251, 203
HSL
59°, 89%, 89%
CMYK
0, 0, 19, 1
Luminance
0.9400
Every format
| HEX | #fcfbcb |
| RGB | rgb(252, 251, 203) |
| HSL | hsl(59, 89%, 89%) |
| CMYK | cmyk(0%, 0%, 19%, 1%) |
| LAB | lab(97.6 -7.3 23.2) |
| LCH | lch(97.6 24.3 107.4) |
| OKLCH | oklch(0.977 0.062 106.5) |
Copy-ready code
/* CSS */
color: #fcfbcb;
background-color: #fcfbcb;
/* Tailwind (arbitrary) */
class="text-[#fcfbcb] bg-[#fcfbcb]"
/* SCSS */
$brand: #fcfbcb;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#fcfbcb")Accessibility — WCAG contrast
Aa
#fcfbcb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfbcb on black: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow19.4%
Key (black)1.2%
Color previews
#fcfbcb text on a black background
contrast 19.80:1
Card sample
#fcfbcb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfbcb;
Background color
Panel with #fcfbcb background
background-color: #fcfbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfbcb; background: linear-gradient(135deg, #fcfbcb, #DCFCCB);