#f6fadf
a pale, vivid yellow · cool · “beige”
RGB
246, 250, 223
HSL
69°, 73%, 93%
CMYK
2, 0, 11, 2
Luminance
0.9329
Every format
| HEX | #f6fadf |
| RGB | rgb(246, 250, 223) |
| HSL | hsl(69, 73%, 93%) |
| CMYK | cmyk(2%, 0%, 11%, 2%) |
| LAB | lab(97.3 -5.9 12.5) |
| LCH | lch(97.3 13.8 115.2) |
| OKLCH | oklch(0.975 0.036 113.9) |
Copy-ready code
/* CSS */
color: #f6fadf;
background-color: #f6fadf;
/* Tailwind (arbitrary) */
class="text-[#f6fadf] bg-[#f6fadf]"
/* SCSS */
$brand: #f6fadf;
/* SwiftUI */
Color(red: 0.965, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#f6fadf")Accessibility — WCAG contrast
Aa
#f6fadf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6fadf on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green98.0%
Blue87.5%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#f6fadf text on a black background
contrast 19.66:1
Card sample
#f6fadf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6fadf;
Background color
Panel with #f6fadf background
background-color: #f6fadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6fadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6fadf; background: linear-gradient(135deg, #f6fadf, #E4FADF);