#effbe7
a pale, vivid green · cool · closest name: beige
RGB
239, 251, 231
HSL
96°, 71%, 95%
CMYK
5, 0, 8, 2
Luminance
0.9311
Every format
| HEX | #effbe7 |
| RGB | rgb(239, 251, 231) |
| HSL | hsl(96, 71%, 95%) |
| CMYK | cmyk(5%, 0%, 8%, 2%) |
| LAB | lab(97.3 -7.5 8.2) |
| LCH | lch(97.3 11.1 132.2) |
| OKLCH | oklch(0.974 0.029 132.6) |
Copy-ready code
/* CSS */
color: #effbe7;
background-color: #effbe7;
/* Tailwind (arbitrary) */
class="text-[#effbe7] bg-[#effbe7]"
/* SCSS */
$brand: #effbe7;
/* SwiftUI */
Color(red: 0.937, green: 0.984, blue: 0.906)
/* Android */
Color.parseColor("#effbe7")Accessibility — WCAG contrast
Aa
#effbe7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effbe7 on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.4%
Blue90.6%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow8.0%
Key (black)1.6%
Color previews
#effbe7 text on a black background
contrast 19.62:1
Card sample
#effbe7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effbe7;
Background color
Panel with #effbe7 background
background-color: #effbe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effbe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 251, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 251, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effbe7; background: linear-gradient(135deg, #effbe7, #E7FBEC);