#f5f6ee
a pale, soft yellow · cool · closest name: ivory
RGB
245, 246, 238
HSL
68°, 31%, 95%
CMYK
0, 0, 3, 4
Luminance
0.9150
Every format
| HEX | #f5f6ee |
| RGB | rgb(245, 246, 238) |
| HSL | hsl(68, 31%, 95%) |
| CMYK | cmyk(0%, 0%, 3%, 4%) |
| LAB | lab(96.6 -1.7 3.7) |
| LCH | lch(96.6 4.1 114.8) |
| OKLCH | oklch(0.970 0.011 112.4) |
Copy-ready code
/* CSS */
color: #f5f6ee;
background-color: #f5f6ee;
/* Tailwind (arbitrary) */
class="text-[#f5f6ee] bg-[#f5f6ee]"
/* SCSS */
$brand: #f5f6ee;
/* SwiftUI */
Color(red: 0.961, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#f5f6ee")Accessibility — WCAG contrast
Aa
#f5f6ee on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f6ee on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green96.5%
Blue93.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#f5f6ee text on a black background
contrast 19.30:1
Card sample
#f5f6ee text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f6ee;
Background color
Panel with #f5f6ee background
background-color: #f5f6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f6ee; background: linear-gradient(135deg, #f5f6ee, #F0F6EE);