#fefedb
a pale, electric yellow · cool · closest name: beige
RGB
254, 254, 219
HSL
60°, 95%, 93%
CMYK
0, 0, 14, 0
Luminance
0.9707
Every format
| HEX | #fefedb |
| RGB | rgb(254, 254, 219) |
| HSL | hsl(60, 95%, 93%) |
| CMYK | cmyk(0%, 0%, 14%, 0%) |
| LAB | lab(98.9 -5.7 16.8) |
| LCH | lch(98.9 17.7 108.8) |
| OKLCH | oklch(0.988 0.045 107.2) |
Copy-ready code
/* CSS */
color: #fefedb;
background-color: #fefedb;
/* Tailwind (arbitrary) */
class="text-[#fefedb] bg-[#fefedb]"
/* SCSS */
$brand: #fefedb;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.859)
/* Android */
Color.parseColor("#fefedb")Accessibility — WCAG contrast
Aa
#fefedb on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefedb on black: 20.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow13.8%
Key (black)0.4%
Color previews
#fefedb text on a black background
contrast 20.41:1
Card sample
#fefedb text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefedb;
Background color
Panel with #fefedb background
background-color: #fefedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefedb; background: linear-gradient(135deg, #fefedb, #E7FEDB);