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