#f9fcd0
a pale, electric yellow · cool · closest name: beige
RGB
249, 252, 208
HSL
64°, 88%, 90%
CMYK
1, 0, 18, 1
Luminance
0.9431
Every format
| HEX | #f9fcd0 |
| RGB | rgb(249, 252, 208) |
| HSL | hsl(64, 88%, 90%) |
| CMYK | cmyk(1%, 0%, 18%, 1%) |
| LAB | lab(97.8 -8.1 20.8) |
| LCH | lch(97.8 22.3 111.3) |
| OKLCH | oklch(0.978 0.057 110.6) |
Copy-ready code
/* CSS */
color: #f9fcd0;
background-color: #f9fcd0;
/* Tailwind (arbitrary) */
class="text-[#f9fcd0] bg-[#f9fcd0]"
/* SCSS */
$brand: #f9fcd0;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.816)
/* Android */
Color.parseColor("#f9fcd0")Accessibility — WCAG contrast
Aa
#f9fcd0 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcd0 on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue81.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow17.5%
Key (black)1.2%
Color previews
#f9fcd0 text on a black background
contrast 19.86:1
Card sample
#f9fcd0 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcd0;
Background color
Panel with #f9fcd0 background
background-color: #f9fcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcd0; background: linear-gradient(135deg, #f9fcd0, #DCFCD0);