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