#eeefc5
a pale, vivid yellow · cool · closest name: beige
RGB
238, 239, 197
HSL
61°, 57%, 86%
CMYK
0, 0, 18, 6
Luminance
0.8394
Every format
| HEX | #eeefc5 |
| RGB | rgb(238, 239, 197) |
| HSL | hsl(61, 57%, 86%) |
| CMYK | cmyk(0%, 0%, 18%, 6%) |
| LAB | lab(93.4 -7.2 20.3) |
| LCH | lch(93.4 21.5 109.5) |
| OKLCH | oklch(0.941 0.055 108.5) |
Copy-ready code
/* CSS */
color: #eeefc5;
background-color: #eeefc5;
/* Tailwind (arbitrary) */
class="text-[#eeefc5] bg-[#eeefc5]"
/* SCSS */
$brand: #eeefc5;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.773)
/* Android */
Color.parseColor("#eeefc5")Accessibility — WCAG contrast
Aa
#eeefc5 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefc5 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue77.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow17.6%
Key (black)6.3%
Color previews
#eeefc5 text on a black background
contrast 17.79:1
Card sample
#eeefc5 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefc5;
Background color
Panel with #eeefc5 background
background-color: #eeefc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefc5; background: linear-gradient(135deg, #eeefc5, #D2EFC5);