#f9fbc9
a pale, electric yellow · cool · closest name: beige
RGB
249, 251, 201
HSL
62°, 86%, 89%
CMYK
1, 0, 20, 2
Luminance
0.9335
Every format
| HEX | #f9fbc9 |
| RGB | rgb(249, 251, 201) |
| HSL | hsl(62, 86%, 89%) |
| CMYK | cmyk(1%, 0%, 20%, 2%) |
| LAB | lab(97.4 -8.6 23.8) |
| LCH | lch(97.4 25.3 109.9) |
| OKLCH | oklch(0.974 0.064 109.4) |
Copy-ready code
/* CSS */
color: #f9fbc9;
background-color: #f9fbc9;
/* Tailwind (arbitrary) */
class="text-[#f9fbc9] bg-[#f9fbc9]"
/* SCSS */
$brand: #f9fbc9;
/* SwiftUI */
Color(red: 0.976, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#f9fbc9")Accessibility — WCAG contrast
Aa
#f9fbc9 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fbc9 on black: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.4%
Blue78.8%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#f9fbc9 text on a black background
contrast 19.67:1
Card sample
#f9fbc9 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fbc9;
Background color
Panel with #f9fbc9 background
background-color: #f9fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fbc9; background: linear-gradient(135deg, #f9fbc9, #D8FBC9);