#fefee8
a pale, electric yellow · cool · closest name: beige
RGB
254, 254, 232
HSL
60°, 92%, 95%
CMYK
0, 0, 9, 0
Luminance
0.9778
Every format
| HEX | #fefee8 |
| RGB | rgb(254, 254, 232) |
| HSL | hsl(60, 92%, 95%) |
| CMYK | cmyk(0%, 0%, 9%, 0%) |
| LAB | lab(99.1 -3.7 10.5) |
| LCH | lch(99.1 11.2 109.3) |
| OKLCH | oklch(0.991 0.029 106.9) |
Copy-ready code
/* CSS */
color: #fefee8;
background-color: #fefee8;
/* Tailwind (arbitrary) */
class="text-[#fefee8] bg-[#fefee8]"
/* SCSS */
$brand: #fefee8;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.910)
/* Android */
Color.parseColor("#fefee8")Accessibility — WCAG contrast
Aa
#fefee8 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefee8 on black: 20.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.7%
Key (black)0.4%
Color previews
#fefee8 text on a black background
contrast 20.56:1
Card sample
#fefee8 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefee8;
Background color
Panel with #fefee8 background
background-color: #fefee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefee8; background: linear-gradient(135deg, #fefee8, #EFFEE8);