#f7fdac
a light, electric yellow · cool · closest name: khaki
RGB
247, 253, 172
HSL
64°, 95%, 83%
CMYK
2, 0, 32, 1
Luminance
0.9300
Every format
| HEX | #f7fdac |
| RGB | rgb(247, 253, 172) |
| HSL | hsl(64, 95%, 83%) |
| CMYK | cmyk(2%, 0%, 32%, 1%) |
| LAB | lab(97.2 -14.2 38.2) |
| LCH | lch(97.2 40.7 110.3) |
| OKLCH | oklch(0.971 0.102 111.7) |
Copy-ready code
/* CSS */
color: #f7fdac;
background-color: #f7fdac;
/* Tailwind (arbitrary) */
class="text-[#f7fdac] bg-[#f7fdac]"
/* SCSS */
$brand: #f7fdac;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#f7fdac")Accessibility — WCAG contrast
Aa
#f7fdac on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fdac on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue67.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#f7fdac text on a black background
contrast 19.60:1
Card sample
#f7fdac text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fdac;
Background color
Panel with #f7fdac background
background-color: #f7fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fdac; background: linear-gradient(135deg, #f7fdac, #C1FDAC);