#f4fcaf
a light, electric yellow · cool · closest name: khaki
RGB
244, 252, 175
HSL
66°, 93%, 84%
CMYK
3, 0, 31, 1
Luminance
0.9195
Every format
| HEX | #f4fcaf |
| RGB | rgb(244, 252, 175) |
| HSL | hsl(66, 93%, 84%) |
| CMYK | cmyk(3%, 0%, 31%, 1%) |
| LAB | lab(96.8 -14.4 36.1) |
| LCH | lch(96.8 38.9 111.8) |
| OKLCH | oklch(0.967 0.098 113.1) |
Copy-ready code
/* CSS */
color: #f4fcaf;
background-color: #f4fcaf;
/* Tailwind (arbitrary) */
class="text-[#f4fcaf] bg-[#f4fcaf]"
/* SCSS */
$brand: #f4fcaf;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#f4fcaf")Accessibility — WCAG contrast
Aa
#f4fcaf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fcaf on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue68.6%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#f4fcaf text on a black background
contrast 19.39:1
Card sample
#f4fcaf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fcaf;
Background color
Panel with #f4fcaf background
background-color: #f4fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fcaf; background: linear-gradient(135deg, #f4fcaf, #C1FCAF);