#f7fadf
a pale, vivid yellow · cool · “beige”
RGB
247, 250, 223
HSL
67°, 73%, 93%
CMYK
1, 0, 11, 2
Luminance
0.9347
Every format
| HEX | #f7fadf |
| RGB | rgb(247, 250, 223) |
| HSL | hsl(67, 73%, 93%) |
| CMYK | cmyk(1%, 0%, 11%, 2%) |
| LAB | lab(97.4 -5.5 12.6) |
| LCH | lch(97.4 13.8 113.7) |
| OKLCH | oklch(0.976 0.035 112.2) |
Copy-ready code
/* CSS */
color: #f7fadf;
background-color: #f7fadf;
/* Tailwind (arbitrary) */
class="text-[#f7fadf] bg-[#f7fadf]"
/* SCSS */
$brand: #f7fadf;
/* SwiftUI */
Color(red: 0.969, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#f7fadf")Accessibility — WCAG contrast
Aa
#f7fadf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fadf on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.0%
Blue87.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#f7fadf text on a black background
contrast 19.69:1
Card sample
#f7fadf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fadf;
Background color
Panel with #f7fadf background
background-color: #f7fadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fadf; background: linear-gradient(135deg, #f7fadf, #E5FADF);