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