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