#f9fbef
a pale, vivid green · cool · “ivory”
RGB
249, 251, 239
HSL
70°, 60%, 96%
CMYK
1, 0, 5, 2
Luminance
0.9537
Every format
| HEX | #f9fbef |
| RGB | rgb(249, 251, 239) |
| HSL | hsl(70, 60%, 96%) |
| CMYK | cmyk(1%, 0%, 5%, 2%) |
| LAB | lab(98.2 -2.7 5.5) |
| LCH | lch(98.2 6.2 116.4) |
| OKLCH | oklch(0.983 0.016 114.4) |
Copy-ready code
/* CSS */
color: #f9fbef;
background-color: #f9fbef;
/* Tailwind (arbitrary) */
class="text-[#f9fbef] bg-[#f9fbef]"
/* SCSS */
$brand: #f9fbef;
/* SwiftUI */
Color(red: 0.976, green: 0.984, blue: 0.937)
/* Android */
Color.parseColor("#f9fbef")Accessibility — WCAG contrast
Aa
#f9fbef on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fbef on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.4%
Blue93.7%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow4.8%
Key (black)1.6%
Color previews
#f9fbef text on a black background
contrast 20.07:1
Card sample
#f9fbef text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fbef;
Background color
Panel with #f9fbef background
background-color: #f9fbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 251, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 251, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fbef; background: linear-gradient(135deg, #f9fbef, #F1FBEF);