#f7fbc0
a pale, electric yellow · cool · closest name: beige
RGB
247, 251, 192
HSL
64°, 88%, 87%
CMYK
2, 0, 24, 2
Luminance
0.9257
Every format
| HEX | #f7fbc0 |
| RGB | rgb(247, 251, 192) |
| HSL | hsl(64, 88%, 87%) |
| CMYK | cmyk(2%, 0%, 24%, 2%) |
| LAB | lab(97.0 -10.6 27.9) |
| LCH | lch(97.0 29.9 110.8) |
| OKLCH | oklch(0.971 0.076 110.9) |
Copy-ready code
/* CSS */
color: #f7fbc0;
background-color: #f7fbc0;
/* Tailwind (arbitrary) */
class="text-[#f7fbc0] bg-[#f7fbc0]"
/* SCSS */
$brand: #f7fbc0;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.753)
/* Android */
Color.parseColor("#f7fbc0")Accessibility — WCAG contrast
Aa
#f7fbc0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbc0 on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue75.3%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow23.5%
Key (black)1.6%
Color previews
#f7fbc0 text on a black background
contrast 19.51:1
Card sample
#f7fbc0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbc0;
Background color
Panel with #f7fbc0 background
background-color: #f7fbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbc0; background: linear-gradient(135deg, #f7fbc0, #D0FBC0);