#f3f4ee
a pale, soft green · cool · closest name: white
RGB
243, 244, 238
HSL
70°, 21%, 95%
CMYK
0, 0, 3, 4
Luminance
0.8993
Every format
| HEX | #f3f4ee |
| RGB | rgb(243, 244, 238) |
| HSL | hsl(70, 21%, 95%) |
| CMYK | cmyk(0%, 0%, 3%, 4%) |
| LAB | lab(96.0 -1.4 2.8) |
| LCH | lch(96.0 3.1 116.5) |
| OKLCH | oklch(0.965 0.008 114.2) |
Copy-ready code
/* CSS */
color: #f3f4ee;
background-color: #f3f4ee;
/* Tailwind (arbitrary) */
class="text-[#f3f4ee] bg-[#f3f4ee]"
/* SCSS */
$brand: #f3f4ee;
/* SwiftUI */
Color(red: 0.953, green: 0.957, blue: 0.933)
/* Android */
Color.parseColor("#f3f4ee")Accessibility — WCAG contrast
Aa
#f3f4ee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3f4ee on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green95.7%
Blue93.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.5%
Key (black)4.3%
Color previews
#f3f4ee text on a black background
contrast 18.99:1
Card sample
#f3f4ee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3f4ee;
Background color
Panel with #f3f4ee background
background-color: #f3f4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3f4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 244, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 244, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f4ee; background: linear-gradient(135deg, #f3f4ee, #EFF4EE);