#f5feac
a light, electric yellow · cool · closest name: khaki
RGB
245, 254, 172
HSL
67°, 98%, 84%
CMYK
4, 0, 32, 0
Luminance
0.9327
Every format
| HEX | #f5feac |
| RGB | rgb(245, 254, 172) |
| HSL | hsl(67, 98%, 84%) |
| CMYK | cmyk(4%, 0%, 32%, 0%) |
| LAB | lab(97.3 -15.4 38.3) |
| LCH | lch(97.3 41.3 111.9) |
| OKLCH | oklch(0.972 0.104 113.4) |
Copy-ready code
/* CSS */
color: #f5feac;
background-color: #f5feac;
/* Tailwind (arbitrary) */
class="text-[#f5feac] bg-[#f5feac]"
/* SCSS */
$brand: #f5feac;
/* SwiftUI */
Color(red: 0.961, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#f5feac")Accessibility — WCAG contrast
Aa
#f5feac on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5feac on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.6%
Blue67.5%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#f5feac text on a black background
contrast 19.65:1
Card sample
#f5feac text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5feac;
Background color
Panel with #f5feac background
background-color: #f5feac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5feac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5feac; background: linear-gradient(135deg, #f5feac, #BEFEAC);