#f2f6eb
a pale, soft green · cool · closest name: ivory
RGB
242, 246, 235
HSL
82°, 38%, 94%
CMYK
2, 0, 5, 4
Luminance
0.9079
Every format
| HEX | #f2f6eb |
| RGB | rgb(242, 246, 235) |
| HSL | hsl(82, 38%, 94%) |
| CMYK | cmyk(2%, 0%, 5%, 4%) |
| LAB | lab(96.3 -3.3 4.8) |
| LCH | lch(96.3 5.8 124.0) |
| OKLCH | oklch(0.967 0.015 123.0) |
Copy-ready code
/* CSS */
color: #f2f6eb;
background-color: #f2f6eb;
/* Tailwind (arbitrary) */
class="text-[#f2f6eb] bg-[#f2f6eb]"
/* SCSS */
$brand: #f2f6eb;
/* SwiftUI */
Color(red: 0.949, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#f2f6eb")Accessibility — WCAG contrast
Aa
#f2f6eb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f6eb on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green96.5%
Blue92.2%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#f2f6eb text on a black background
contrast 19.16:1
Card sample
#f2f6eb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f6eb;
Background color
Panel with #f2f6eb background
background-color: #f2f6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f6eb; background: linear-gradient(135deg, #f2f6eb, #EBF6EB);