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