#feeebf
a pale, electric yellow · warm · closest name: beige
RGB
254, 238, 191
HSL
45°, 97%, 87%
CMYK
0, 6, 25, 0
Luminance
0.8598
Every format
| HEX | #feeebf |
| RGB | rgb(254, 238, 191) |
| HSL | hsl(45, 97%, 87%) |
| CMYK | cmyk(0%, 6%, 25%, 0%) |
| LAB | lab(94.3 -1.7 24.8) |
| LCH | lch(94.3 24.8 93.9) |
| OKLCH | oklch(0.950 0.063 91.5) |
Copy-ready code
/* CSS */
color: #feeebf;
background-color: #feeebf;
/* Tailwind (arbitrary) */
class="text-[#feeebf] bg-[#feeebf]"
/* SCSS */
$brand: #feeebf;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.749)
/* Android */
Color.parseColor("#feeebf")Accessibility — WCAG contrast
Aa
#feeebf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeebf on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow24.8%
Key (black)0.4%
Color previews
#feeebf text on a black background
contrast 18.20:1
Card sample
#feeebf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeebf;
Background color
Panel with #feeebf background
background-color: #feeebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeebf; background: linear-gradient(135deg, #feeebf, #E4FEBF);