#d2eeba
a light, vivid green · cool · closest name: beige
RGB
210, 238, 186
HSL
92°, 61%, 83%
CMYK
12, 0, 22, 7
Luminance
0.7840
Every format
| HEX | #d2eeba |
| RGB | rgb(210, 238, 186) |
| HSL | hsl(92, 61%, 83%) |
| CMYK | cmyk(12%, 0%, 22%, 7%) |
| LAB | lab(91.0 -18.2 22.2) |
| LCH | lch(91.0 28.7 129.4) |
| OKLCH | oklch(0.915 0.075 130.8) |
Copy-ready code
/* CSS */
color: #d2eeba;
background-color: #d2eeba;
/* Tailwind (arbitrary) */
class="text-[#d2eeba] bg-[#d2eeba]"
/* SCSS */
$brand: #d2eeba;
/* SwiftUI */
Color(red: 0.824, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#d2eeba")Accessibility — WCAG contrast
Aa
#d2eeba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2eeba on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green93.3%
Blue72.9%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#d2eeba text on a black background
contrast 16.68:1
Card sample
#d2eeba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2eeba;
Background color
Panel with #d2eeba background
background-color: #d2eeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2eeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2eeba; background: linear-gradient(135deg, #d2eeba, #BAEEC5);