#f7fbae
a light, electric yellow · cool · closest name: khaki
RGB
247, 251, 174
HSL
63°, 91%, 83%
CMYK
2, 0, 31, 2
Luminance
0.9182
Every format
| HEX | #f7fbae |
| RGB | rgb(247, 251, 174) |
| HSL | hsl(63, 91%, 83%) |
| CMYK | cmyk(2%, 0%, 31%, 2%) |
| LAB | lab(96.8 -12.9 36.6) |
| LCH | lch(96.8 38.8 109.5) |
| OKLCH | oklch(0.967 0.097 110.6) |
Copy-ready code
/* CSS */
color: #f7fbae;
background-color: #f7fbae;
/* Tailwind (arbitrary) */
class="text-[#f7fbae] bg-[#f7fbae]"
/* SCSS */
$brand: #f7fbae;
/* SwiftUI */
Color(red: 0.969, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#f7fbae")Accessibility — WCAG contrast
Aa
#f7fbae on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fbae on black: 19.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.4%
Blue68.2%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#f7fbae text on a black background
contrast 19.36:1
Card sample
#f7fbae text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fbae;
Background color
Panel with #f7fbae background
background-color: #f7fbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fbae; background: linear-gradient(135deg, #f7fbae, #C4FBAE);