#feecba
a pale, electric yellow · warm · closest name: beige
RGB
254, 236, 186
HSL
44°, 97%, 86%
CMYK
0, 7, 27, 0
Luminance
0.8461
Every format
| HEX | #feecba |
| RGB | rgb(254, 236, 186) |
| HSL | hsl(44, 97%, 86%) |
| CMYK | cmyk(0%, 7%, 27%, 0%) |
| LAB | lab(93.7 -1.4 26.5) |
| LCH | lch(93.7 26.5 92.9) |
| OKLCH | oklch(0.945 0.067 90.6) |
Copy-ready code
/* CSS */
color: #feecba;
background-color: #feecba;
/* Tailwind (arbitrary) */
class="text-[#feecba] bg-[#feecba]"
/* SCSS */
$brand: #feecba;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#feecba")Accessibility — WCAG contrast
Aa
#feecba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecba on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow26.8%
Key (black)0.4%
Color previews
#feecba text on a black background
contrast 17.92:1
Card sample
#feecba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecba;
Background color
Panel with #feecba background
background-color: #feecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecba; background: linear-gradient(135deg, #feecba, #E3FEBA);