#f2eede
a pale, soft yellow · cool · closest name: beige
RGB
242, 238, 222
HSL
48°, 44%, 91%
CMYK
0, 2, 8, 5
Luminance
0.8530
Every format
| HEX | #f2eede |
| RGB | rgb(242, 238, 222) |
| HSL | hsl(48, 44%, 91%) |
| CMYK | cmyk(0%, 2%, 8%, 5%) |
| LAB | lab(94.0 -1.4 8.2) |
| LCH | lch(94.0 8.3 99.5) |
| OKLCH | oklch(0.948 0.022 95.3) |
Copy-ready code
/* CSS */
color: #f2eede;
background-color: #f2eede;
/* Tailwind (arbitrary) */
class="text-[#f2eede] bg-[#f2eede]"
/* SCSS */
$brand: #f2eede;
/* SwiftUI */
Color(red: 0.949, green: 0.933, blue: 0.871)
/* Android */
Color.parseColor("#f2eede")Accessibility — WCAG contrast
Aa
#f2eede on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2eede on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green93.3%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow8.3%
Key (black)5.1%
Color previews
#f2eede text on a black background
contrast 18.06:1
Card sample
#f2eede text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2eede;
Background color
Panel with #f2eede background
background-color: #f2eede;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2eede;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 238, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 238, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2eede; background: linear-gradient(135deg, #f2eede, #E9F2DE);