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