#fcf0ba
a pale, electric yellow · cool · closest name: beige
RGB
252, 240, 186
HSL
49°, 92%, 86%
CMYK
0, 5, 26, 1
Luminance
0.8656
Every format
| HEX | #fcf0ba |
| RGB | rgb(252, 240, 186) |
| HSL | hsl(49, 92%, 86%) |
| CMYK | cmyk(0%, 5%, 26%, 1%) |
| LAB | lab(94.5 -4.1 27.6) |
| LCH | lch(94.5 27.9 98.4) |
| OKLCH | oklch(0.952 0.070 97.0) |
Copy-ready code
/* CSS */
color: #fcf0ba;
background-color: #fcf0ba;
/* Tailwind (arbitrary) */
class="text-[#fcf0ba] bg-[#fcf0ba]"
/* SCSS */
$brand: #fcf0ba;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#fcf0ba")Accessibility — WCAG contrast
Aa
#fcf0ba on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0ba on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow26.2%
Key (black)1.2%
Color previews
#fcf0ba text on a black background
contrast 18.31:1
Card sample
#fcf0ba text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0ba;
Background color
Panel with #fcf0ba background
background-color: #fcf0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0ba; background: linear-gradient(135deg, #fcf0ba, #DCFCBA);