#eeebd2
a pale, vivid yellow · cool · closest name: beige
RGB
238, 235, 210
HSL
54°, 45%, 88%
CMYK
0, 1, 12, 7
Luminance
0.8225
Every format
| HEX | #eeebd2 |
| RGB | rgb(238, 235, 210) |
| HSL | hsl(54, 45%, 88%) |
| CMYK | cmyk(0%, 1%, 12%, 7%) |
| LAB | lab(92.7 -3.2 12.5) |
| LCH | lch(92.7 12.9 104.2) |
| OKLCH | oklch(0.936 0.033 101.4) |
Copy-ready code
/* CSS */
color: #eeebd2;
background-color: #eeebd2;
/* Tailwind (arbitrary) */
class="text-[#eeebd2] bg-[#eeebd2]"
/* SCSS */
$brand: #eeebd2;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.824)
/* Android */
Color.parseColor("#eeebd2")Accessibility — WCAG contrast
Aa
#eeebd2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebd2 on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow11.8%
Key (black)6.7%
Color previews
#eeebd2 text on a black background
contrast 17.45:1
Card sample
#eeebd2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebd2;
Background color
Panel with #eeebd2 background
background-color: #eeebd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebd2; background: linear-gradient(135deg, #eeebd2, #DEEED2);