#f2eecf
a pale, vivid yellow · cool · closest name: beige
RGB
242, 238, 207
HSL
53°, 57%, 88%
CMYK
0, 2, 15, 5
Luminance
0.8453
Every format
| HEX | #f2eecf |
| RGB | rgb(242, 238, 207) |
| HSL | hsl(53, 57%, 88%) |
| CMYK | cmyk(0%, 2%, 15%, 5%) |
| LAB | lab(93.7 -3.7 15.5) |
| LCH | lch(93.7 15.9 103.6) |
| OKLCH | oklch(0.944 0.041 101.1) |
Copy-ready code
/* CSS */
color: #f2eecf;
background-color: #f2eecf;
/* Tailwind (arbitrary) */
class="text-[#f2eecf] bg-[#f2eecf]"
/* SCSS */
$brand: #f2eecf;
/* SwiftUI */
Color(red: 0.949, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#f2eecf")Accessibility — WCAG contrast
Aa
#f2eecf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2eecf on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green93.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow14.5%
Key (black)5.1%
Color previews
#f2eecf text on a black background
contrast 17.91:1
Card sample
#f2eecf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2eecf;
Background color
Panel with #f2eecf background
background-color: #f2eecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2eecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2eecf; background: linear-gradient(135deg, #f2eecf, #DFF2CF);