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