#f9fce2
a pale, electric yellow · cool · “beige”
RGB
249, 252, 226
HSL
67°, 81%, 94%
CMYK
1, 0, 10, 1
Luminance
0.9525
Every format
| HEX | #f9fce2 |
| RGB | rgb(249, 252, 226) |
| HSL | hsl(67, 81%, 94%) |
| CMYK | cmyk(1%, 0%, 10%, 1%) |
| LAB | lab(98.1 -5.4 12.1) |
| LCH | lch(98.1 13.3 113.9) |
| OKLCH | oklch(0.982 0.034 112.4) |
Copy-ready code
/* CSS */
color: #f9fce2;
background-color: #f9fce2;
/* Tailwind (arbitrary) */
class="text-[#f9fce2] bg-[#f9fce2]"
/* SCSS */
$brand: #f9fce2;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#f9fce2")Accessibility — WCAG contrast
Aa
#f9fce2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fce2 on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue88.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#f9fce2 text on a black background
contrast 20.05:1
Card sample
#f9fce2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fce2;
Background color
Panel with #f9fce2 background
background-color: #f9fce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fce2; background: linear-gradient(135deg, #f9fce2, #E8FCE2);