#f7fbcf
a pale, electric yellow · cool · closest name: beige
RGB
247, 251, 207
HSL
66°, 85%, 90%
CMYK
2, 0, 18, 2
Luminance
0.9327
Every format
| HEX | #f7fbcf |
| RGB | rgb(247, 251, 207) |
| HSL | hsl(66, 85%, 90%) |
| CMYK | cmyk(2%, 0%, 18%, 2%) |
| LAB | lab(97.3 -8.5 20.7) |
| LCH | lch(97.3 22.4 112.3) |
| OKLCH | oklch(0.974 0.057 111.7) |
Copy-ready code
/* CSS */
color: #f7fbcf;
background-color: #f7fbcf;
/* Tailwind (arbitrary) */
class="text-[#f7fbcf] bg-[#f7fbcf]"
/* SCSS */
$brand: #f7fbcf;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#f7fbcf")Accessibility — WCAG contrast
Aa
#f7fbcf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbcf on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue81.2%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#f7fbcf text on a black background
contrast 19.65:1
Card sample
#f7fbcf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbcf;
Background color
Panel with #f7fbcf background
background-color: #f7fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbcf; background: linear-gradient(135deg, #f7fbcf, #DAFBCF);