#f4feba
a pale, electric yellow · cool · closest name: khaki
RGB
244, 254, 186
HSL
69°, 97%, 86%
CMYK
4, 0, 27, 0
Luminance
0.9366
Every format
| HEX | #f4feba |
| RGB | rgb(244, 254, 186) |
| HSL | hsl(69, 97%, 86%) |
| CMYK | cmyk(4%, 0%, 27%, 0%) |
| LAB | lab(97.5 -14.0 31.5) |
| LCH | lch(97.5 34.5 113.9) |
| OKLCH | oklch(0.974 0.087 114.8) |
Copy-ready code
/* CSS */
color: #f4feba;
background-color: #f4feba;
/* Tailwind (arbitrary) */
class="text-[#f4feba] bg-[#f4feba]"
/* SCSS */
$brand: #f4feba;
/* SwiftUI */
Color(red: 0.957, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#f4feba")Accessibility — WCAG contrast
Aa
#f4feba on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4feba on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green99.6%
Blue72.9%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#f4feba text on a black background
contrast 19.73:1
Card sample
#f4feba text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4feba;
Background color
Panel with #f4feba background
background-color: #f4feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4feba; background: linear-gradient(135deg, #f4feba, #C7FEBA);