#f7fdbc
a pale, electric yellow · cool · closest name: khaki
RGB
247, 253, 188
HSL
66°, 94%, 87%
CMYK
2, 0, 26, 1
Luminance
0.9366
Every format
| HEX | #f7fdbc |
| RGB | rgb(247, 253, 188) |
| HSL | hsl(66, 94%, 87%) |
| CMYK | cmyk(2%, 0%, 26%, 1%) |
| LAB | lab(97.5 -12.1 30.5) |
| LCH | lch(97.5 32.9 111.7) |
| OKLCH | oklch(0.974 0.083 112.2) |
Copy-ready code
/* CSS */
color: #f7fdbc;
background-color: #f7fdbc;
/* Tailwind (arbitrary) */
class="text-[#f7fdbc] bg-[#f7fdbc]"
/* SCSS */
$brand: #f7fdbc;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#f7fdbc")Accessibility — WCAG contrast
Aa
#f7fdbc on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fdbc on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue73.7%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#f7fdbc text on a black background
contrast 19.73:1
Card sample
#f7fdbc text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fdbc;
Background color
Panel with #f7fdbc background
background-color: #f7fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fdbc; background: linear-gradient(135deg, #f7fdbc, #CCFDBC);