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