#f6fbd7
a pale, electric yellow · cool · closest name: beige
RGB
246, 251, 215
HSL
68°, 82%, 91%
CMYK
2, 0, 14, 2
Luminance
0.9349
Every format
| HEX | #f6fbd7 |
| RGB | rgb(246, 251, 215) |
| HSL | hsl(68, 82%, 91%) |
| CMYK | cmyk(2%, 0%, 14%, 2%) |
| LAB | lab(97.4 -7.6 16.7) |
| LCH | lch(97.4 18.4 114.5) |
| OKLCH | oklch(0.975 0.047 113.7) |
Copy-ready code
/* CSS */
color: #f6fbd7;
background-color: #f6fbd7;
/* Tailwind (arbitrary) */
class="text-[#f6fbd7] bg-[#f6fbd7]"
/* SCSS */
$brand: #f6fbd7;
/* SwiftUI */
Color(red: 0.965, green: 0.984, blue: 0.843)
/* Android */
Color.parseColor("#f6fbd7")Accessibility — WCAG contrast
Aa
#f6fbd7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fbd7 on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.4%
Blue84.3%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow14.3%
Key (black)1.6%
Color previews
#f6fbd7 text on a black background
contrast 19.70:1
Card sample
#f6fbd7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fbd7;
Background color
Panel with #f6fbd7 background
background-color: #f6fbd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fbd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 251, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 251, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fbd7; background: linear-gradient(135deg, #f6fbd7, #DEFBD7);