#f9fcac
a light, electric yellow · cool · closest name: khaki
RGB
249, 252, 172
HSL
62°, 93%, 83%
CMYK
1, 0, 32, 1
Luminance
0.9274
Every format
| HEX | #f9fcac |
| RGB | rgb(249, 252, 172) |
| HSL | hsl(62, 93%, 83%) |
| CMYK | cmyk(1%, 0%, 32%, 1%) |
| LAB | lab(97.1 -12.9 38.1) |
| LCH | lch(97.1 40.2 108.7) |
| OKLCH | oklch(0.971 0.101 110.0) |
Copy-ready code
/* CSS */
color: #f9fcac;
background-color: #f9fcac;
/* Tailwind (arbitrary) */
class="text-[#f9fcac] bg-[#f9fcac]"
/* SCSS */
$brand: #f9fcac;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#f9fcac")Accessibility — WCAG contrast
Aa
#f9fcac on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcac on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue67.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#f9fcac text on a black background
contrast 19.55:1
Card sample
#f9fcac text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcac;
Background color
Panel with #f9fcac background
background-color: #f9fcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcac; background: linear-gradient(135deg, #f9fcac, #C3FCAC);