#f6facf
a pale, electric yellow · cool · closest name: beige
RGB
246, 250, 207
HSL
66°, 81%, 90%
CMYK
2, 0, 17, 2
Luminance
0.9247
Every format
| HEX | #f6facf |
| RGB | rgb(246, 250, 207) |
| HSL | hsl(66, 81%, 90%) |
| CMYK | cmyk(2%, 0%, 17%, 2%) |
| LAB | lab(97.0 -8.3 20.2) |
| LCH | lch(97.0 21.9 112.4) |
| OKLCH | oklch(0.971 0.056 111.8) |
Copy-ready code
/* CSS */
color: #f6facf;
background-color: #f6facf;
/* Tailwind (arbitrary) */
class="text-[#f6facf] bg-[#f6facf]"
/* SCSS */
$brand: #f6facf;
/* SwiftUI */
Color(red: 0.965, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#f6facf")Accessibility — WCAG contrast
Aa
#f6facf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6facf on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.0%
Blue81.2%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#f6facf text on a black background
contrast 19.49:1
Card sample
#f6facf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6facf;
Background color
Panel with #f6facf background
background-color: #f6facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6facf; background: linear-gradient(135deg, #f6facf, #D9FACF);