#d6ffba
a pale, electric green · cool · closest name: khaki
RGB
214, 255, 186
HSL
96°, 100%, 87%
CMYK
16, 0, 27, 0
Luminance
0.8936
Every format
| HEX | #d6ffba |
| RGB | rgb(214, 255, 186) |
| HSL | hsl(96, 100%, 87%) |
| CMYK | cmyk(16%, 0%, 27%, 0%) |
| LAB | lab(95.7 -25.1 28.8) |
| LCH | lch(95.7 38.2 131.0) |
| OKLCH | oklch(0.954 0.100 133.0) |
Copy-ready code
/* CSS */
color: #d6ffba;
background-color: #d6ffba;
/* Tailwind (arbitrary) */
class="text-[#d6ffba] bg-[#d6ffba]"
/* SCSS */
$brand: #d6ffba;
/* SwiftUI */
Color(red: 0.839, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#d6ffba")Accessibility — WCAG contrast
Aa
#d6ffba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ffba on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green100.0%
Blue72.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#d6ffba text on a black background
contrast 18.87:1
Card sample
#d6ffba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ffba;
Background color
Panel with #d6ffba background
background-color: #d6ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ffba; background: linear-gradient(135deg, #d6ffba, #BAFFCC);