#f4feaf
a light, electric yellow · cool · closest name: khaki
RGB
244, 254, 175
HSL
68°, 98%, 84%
CMYK
4, 0, 31, 0
Luminance
0.9321
Every format
| HEX | #f4feaf |
| RGB | rgb(244, 254, 175) |
| HSL | hsl(68, 98%, 84%) |
| CMYK | cmyk(4%, 0%, 31%, 0%) |
| LAB | lab(97.3 -15.4 36.8) |
| LCH | lch(97.3 39.9 112.7) |
| OKLCH | oklch(0.971 0.100 114.2) |
Copy-ready code
/* CSS */
color: #f4feaf;
background-color: #f4feaf;
/* Tailwind (arbitrary) */
class="text-[#f4feaf] bg-[#f4feaf]"
/* SCSS */
$brand: #f4feaf;
/* SwiftUI */
Color(red: 0.957, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#f4feaf")Accessibility — WCAG contrast
Aa
#f4feaf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4feaf on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green99.6%
Blue68.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#f4feaf text on a black background
contrast 19.64:1
Card sample
#f4feaf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4feaf;
Background color
Panel with #f4feaf background
background-color: #f4feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4feaf; background: linear-gradient(135deg, #f4feaf, #BFFEAF);