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