#fefccf
a pale, electric yellow · cool · closest name: beige
RGB
254, 252, 207
HSL
57°, 96%, 90%
CMYK
0, 1, 19, 0
Luminance
0.9520
Every format
| HEX | #fefccf |
| RGB | rgb(254, 252, 207) |
| HSL | hsl(57, 96%, 90%) |
| CMYK | cmyk(0%, 1%, 19%, 0%) |
| LAB | lab(98.1 -6.5 21.9) |
| LCH | lch(98.1 22.8 106.5) |
| OKLCH | oklch(0.981 0.058 105.3) |
Copy-ready code
/* CSS */
color: #fefccf;
background-color: #fefccf;
/* Tailwind (arbitrary) */
class="text-[#fefccf] bg-[#fefccf]"
/* SCSS */
$brand: #fefccf;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#fefccf")Accessibility — WCAG contrast
Aa
#fefccf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefccf on black: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow18.5%
Key (black)0.4%
Color previews
#fefccf text on a black background
contrast 20.04:1
Card sample
#fefccf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefccf;
Background color
Panel with #fefccf background
background-color: #fefccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefccf; background: linear-gradient(135deg, #fefccf, #E1FECF);