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