#d2f6ba
a light, electric green · cool · closest name: beige
RGB
210, 246, 186
HSL
96°, 77%, 85%
CMYK
15, 0, 24, 4
Luminance
0.8316
Every format
| HEX | #d2f6ba |
| RGB | rgb(210, 246, 186) |
| HSL | hsl(96, 77%, 85%) |
| CMYK | cmyk(15%, 0%, 24%, 4%) |
| LAB | lab(93.1 -22.1 25.1) |
| LCH | lch(93.1 33.5 131.4) |
| OKLCH | oklch(0.932 0.087 133.1) |
Copy-ready code
/* CSS */
color: #d2f6ba;
background-color: #d2f6ba;
/* Tailwind (arbitrary) */
class="text-[#d2f6ba] bg-[#d2f6ba]"
/* SCSS */
$brand: #d2f6ba;
/* SwiftUI */
Color(red: 0.824, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#d2f6ba")Accessibility — WCAG contrast
Aa
#d2f6ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f6ba on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green96.5%
Blue72.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#d2f6ba text on a black background
contrast 17.63:1
Card sample
#d2f6ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f6ba;
Background color
Panel with #d2f6ba background
background-color: #d2f6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f6ba; background: linear-gradient(135deg, #d2f6ba, #BAF6CA);