#fefee4
a pale, electric yellow · cool · closest name: beige
RGB
254, 254, 228
HSL
60°, 93%, 95%
CMYK
0, 0, 10, 0
Luminance
0.9756
Every format
| HEX | #fefee4 |
| RGB | rgb(254, 254, 228) |
| HSL | hsl(60, 93%, 95%) |
| CMYK | cmyk(0%, 0%, 10%, 0%) |
| LAB | lab(99.0 -4.3 12.4) |
| LCH | lch(99.0 13.2 109.2) |
| OKLCH | oklch(0.990 0.034 107.0) |
Copy-ready code
/* CSS */
color: #fefee4;
background-color: #fefee4;
/* Tailwind (arbitrary) */
class="text-[#fefee4] bg-[#fefee4]"
/* SCSS */
$brand: #fefee4;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.894)
/* Android */
Color.parseColor("#fefee4")Accessibility — WCAG contrast
Aa
#fefee4 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefee4 on black: 20.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow10.2%
Key (black)0.4%
Color previews
#fefee4 text on a black background
contrast 20.51:1
Card sample
#fefee4 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefee4;
Background color
Panel with #fefee4 background
background-color: #fefee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefee4; background: linear-gradient(135deg, #fefee4, #EDFEE4);