#f7fad7
a pale, electric yellow · cool · closest name: beige
RGB
247, 250, 215
HSL
65°, 78%, 91%
CMYK
1, 0, 14, 2
Luminance
0.9305
Every format
| HEX | #f7fad7 |
| RGB | rgb(247, 250, 215) |
| HSL | hsl(65, 78%, 91%) |
| CMYK | cmyk(1%, 0%, 14%, 2%) |
| LAB | lab(97.3 -6.8 16.5) |
| LCH | lch(97.3 17.8 112.4) |
| OKLCH | oklch(0.974 0.046 111.2) |
Copy-ready code
/* CSS */
color: #f7fad7;
background-color: #f7fad7;
/* Tailwind (arbitrary) */
class="text-[#f7fad7] bg-[#f7fad7]"
/* SCSS */
$brand: #f7fad7;
/* SwiftUI */
Color(red: 0.969, green: 0.980, blue: 0.843)
/* Android */
Color.parseColor("#f7fad7")Accessibility — WCAG contrast
Aa
#f7fad7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fad7 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.0%
Blue84.3%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow14.0%
Key (black)2.0%
Color previews
#f7fad7 text on a black background
contrast 19.61:1
Card sample
#f7fad7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fad7;
Background color
Panel with #f7fad7 background
background-color: #f7fad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 250, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 250, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fad7; background: linear-gradient(135deg, #f7fad7, #E0FAD7);