#eeebcf
a pale, vivid yellow · cool · closest name: beige
RGB
238, 235, 207
HSL
54°, 48%, 87%
CMYK
0, 1, 13, 7
Luminance
0.8210
Every format
| HEX | #eeebcf |
| RGB | rgb(238, 235, 207) |
| HSL | hsl(54, 48%, 87%) |
| CMYK | cmyk(0%, 1%, 13%, 7%) |
| LAB | lab(92.6 -3.6 14.0) |
| LCH | lch(92.6 14.4 104.6) |
| OKLCH | oklch(0.935 0.037 102.1) |
Copy-ready code
/* CSS */
color: #eeebcf;
background-color: #eeebcf;
/* Tailwind (arbitrary) */
class="text-[#eeebcf] bg-[#eeebcf]"
/* SCSS */
$brand: #eeebcf;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#eeebcf")Accessibility — WCAG contrast
Aa
#eeebcf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeebcf on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow13.0%
Key (black)6.7%
Color previews
#eeebcf text on a black background
contrast 17.42:1
Card sample
#eeebcf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeebcf;
Background color
Panel with #eeebcf background
background-color: #eeebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeebcf; background: linear-gradient(135deg, #eeebcf, #DCEECF);