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