#fcfeba
a pale, electric yellow · cool · closest name: khaki
RGB
252, 254, 186
HSL
62°, 97%, 86%
CMYK
1, 0, 27, 0
Luminance
0.9512
Every format
| HEX | #fcfeba |
| RGB | rgb(252, 254, 186) |
| HSL | hsl(62, 97%, 86%) |
| CMYK | cmyk(1%, 0%, 27%, 0%) |
| LAB | lab(98.1 -11.1 32.4) |
| LCH | lch(98.1 34.2 108.8) |
| OKLCH | oklch(0.980 0.086 109.3) |
Copy-ready code
/* CSS */
color: #fcfeba;
background-color: #fcfeba;
/* Tailwind (arbitrary) */
class="text-[#fcfeba] bg-[#fcfeba]"
/* SCSS */
$brand: #fcfeba;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#fcfeba")Accessibility — WCAG contrast
Aa
#fcfeba on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfeba on black: 20.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue72.9%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#fcfeba text on a black background
contrast 20.02:1
Card sample
#fcfeba text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfeba;
Background color
Panel with #fcfeba background
background-color: #fcfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfeba; background: linear-gradient(135deg, #fcfeba, #CFFEBA);