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