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