#effceb
a pale, vivid green · cool · closest name: ivory
RGB
239, 252, 235
HSL
106°, 74%, 96%
CMYK
5, 0, 7, 1
Luminance
0.9397
Every format
| HEX | #effceb |
| RGB | rgb(239, 252, 235) |
| HSL | hsl(106, 74%, 96%) |
| CMYK | cmyk(5%, 0%, 7%, 1%) |
| LAB | lab(97.6 -7.3 6.7) |
| LCH | lch(97.6 9.9 137.4) |
| OKLCH | oklch(0.977 0.026 138.3) |
Copy-ready code
/* CSS */
color: #effceb;
background-color: #effceb;
/* Tailwind (arbitrary) */
class="text-[#effceb] bg-[#effceb]"
/* SCSS */
$brand: #effceb;
/* SwiftUI */
Color(red: 0.937, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#effceb")Accessibility — WCAG contrast
Aa
#effceb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effceb on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#effceb text on a black background
contrast 19.79:1
Card sample
#effceb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effceb;
Background color
Panel with #effceb background
background-color: #effceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effceb; background: linear-gradient(135deg, #effceb, #EBFCF2);