#f7f6ba
a light, electric yellow · cool · closest name: khaki
RGB
247, 246, 186
HSL
59°, 79%, 85%
CMYK
0, 0, 25, 3
Luminance
0.8923
Every format
| HEX | #f7f6ba |
| RGB | rgb(247, 246, 186) |
| HSL | hsl(59, 79%, 85%) |
| CMYK | cmyk(0%, 0%, 25%, 3%) |
| LAB | lab(95.7 -8.9 29.1) |
| LCH | lch(95.7 30.4 107.1) |
| OKLCH | oklch(0.960 0.077 107.0) |
Copy-ready code
/* CSS */
color: #f7f6ba;
background-color: #f7f6ba;
/* Tailwind (arbitrary) */
class="text-[#f7f6ba] bg-[#f7f6ba]"
/* SCSS */
$brand: #f7f6ba;
/* SwiftUI */
Color(red: 0.969, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#f7f6ba")Accessibility — WCAG contrast
Aa
#f7f6ba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f6ba on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green96.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow24.7%
Key (black)3.1%
Color previews
#f7f6ba text on a black background
contrast 18.85:1
Card sample
#f7f6ba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f6ba;
Background color
Panel with #f7f6ba background
background-color: #f7f6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f6ba; background: linear-gradient(135deg, #f7f6ba, #CFF7BA);