#feeeb6
a pale, electric yellow · cool · closest name: beige
RGB
254, 238, 182
HSL
47°, 97%, 86%
CMYK
0, 6, 28, 0
Luminance
0.8560
Every format
| HEX | #feeeb6 |
| RGB | rgb(254, 238, 182) |
| HSL | hsl(47, 97%, 86%) |
| CMYK | cmyk(0%, 6%, 28%, 0%) |
| LAB | lab(94.1 -2.9 29.1) |
| LCH | lch(94.1 29.3 95.6) |
| OKLCH | oklch(0.949 0.074 94.0) |
Copy-ready code
/* CSS */
color: #feeeb6;
background-color: #feeeb6;
/* Tailwind (arbitrary) */
class="text-[#feeeb6] bg-[#feeeb6]"
/* SCSS */
$brand: #feeeb6;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.714)
/* Android */
Color.parseColor("#feeeb6")Accessibility — WCAG contrast
Aa
#feeeb6 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeeb6 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow28.3%
Key (black)0.4%
Color previews
#feeeb6 text on a black background
contrast 18.12:1
Card sample
#feeeb6 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeeb6;
Background color
Panel with #feeeb6 background
background-color: #feeeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeeb6; background: linear-gradient(135deg, #feeeb6, #DEFEB6);