#f7fbdf
a pale, electric yellow · cool · closest name: beige
RGB
247, 251, 223
HSL
69°, 78%, 93%
CMYK
2, 0, 11, 2
Luminance
0.9410
Every format
| HEX | #f7fbdf |
| RGB | rgb(247, 251, 223) |
| HSL | hsl(69, 78%, 93%) |
| CMYK | cmyk(2%, 0%, 11%, 2%) |
| LAB | lab(97.7 -6.0 13.0) |
| LCH | lch(97.7 14.3 114.9) |
| OKLCH | oklch(0.978 0.037 113.7) |
Copy-ready code
/* CSS */
color: #f7fbdf;
background-color: #f7fbdf;
/* Tailwind (arbitrary) */
class="text-[#f7fbdf] bg-[#f7fbdf]"
/* SCSS */
$brand: #f7fbdf;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#f7fbdf")Accessibility — WCAG contrast
Aa
#f7fbdf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbdf on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue87.5%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#f7fbdf text on a black background
contrast 19.82:1
Card sample
#f7fbdf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbdf;
Background color
Panel with #f7fbdf background
background-color: #f7fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbdf; background: linear-gradient(135deg, #f7fbdf, #E4FBDF);