#f2eebd
a light, vivid yellow · cool · closest name: beige
RGB
242, 238, 189
HSL
56°, 67%, 85%
CMYK
0, 2, 22, 5
Luminance
0.8370
Every format
| HEX | #f2eebd |
| RGB | rgb(242, 238, 189) |
| HSL | hsl(56, 67%, 85%) |
| CMYK | cmyk(0%, 2%, 22%, 5%) |
| LAB | lab(93.3 -6.4 24.3) |
| LCH | lch(93.3 25.1 104.7) |
| OKLCH | oklch(0.940 0.064 103.7) |
Copy-ready code
/* CSS */
color: #f2eebd;
background-color: #f2eebd;
/* Tailwind (arbitrary) */
class="text-[#f2eebd] bg-[#f2eebd]"
/* SCSS */
$brand: #f2eebd;
/* SwiftUI */
Color(red: 0.949, green: 0.933, blue: 0.741)
/* Android */
Color.parseColor("#f2eebd")Accessibility — WCAG contrast
Aa
#f2eebd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2eebd on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green93.3%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow21.9%
Key (black)5.1%
Color previews
#f2eebd text on a black background
contrast 17.74:1
Card sample
#f2eebd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2eebd;
Background color
Panel with #f2eebd background
background-color: #f2eebd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2eebd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 238, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 238, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2eebd; background: linear-gradient(135deg, #f2eebd, #D3F2BD);