#feeebb
a pale, electric yellow · cool · closest name: beige
RGB
254, 238, 187
HSL
46°, 97%, 87%
CMYK
0, 6, 26, 0
Luminance
0.8581
Every format
| HEX | #feeebb |
| RGB | rgb(254, 238, 187) |
| HSL | hsl(46, 97%, 87%) |
| CMYK | cmyk(0%, 6%, 26%, 0%) |
| LAB | lab(94.2 -2.2 26.7) |
| LCH | lch(94.2 26.8 94.8) |
| OKLCH | oklch(0.950 0.068 92.7) |
Copy-ready code
/* CSS */
color: #feeebb;
background-color: #feeebb;
/* Tailwind (arbitrary) */
class="text-[#feeebb] bg-[#feeebb]"
/* SCSS */
$brand: #feeebb;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.733)
/* Android */
Color.parseColor("#feeebb")Accessibility — WCAG contrast
Aa
#feeebb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeebb on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow26.4%
Key (black)0.4%
Color previews
#feeebb text on a black background
contrast 18.16:1
Card sample
#feeebb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeebb;
Background color
Panel with #feeebb background
background-color: #feeebb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeebb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeebb; background: linear-gradient(135deg, #feeebb, #E1FEBB);