#d2ffbb
a pale, electric green · cool · closest name: khaki
RGB
210, 255, 187
HSL
100°, 100%, 87%
CMYK
18, 0, 27, 0
Luminance
0.8881
Every format
| HEX | #d2ffbb |
| RGB | rgb(210, 255, 187) |
| HSL | hsl(100, 100%, 87%) |
| CMYK | cmyk(18%, 0%, 27%, 0%) |
| LAB | lab(95.5 -26.3 27.9) |
| LCH | lch(95.5 38.3 133.3) |
| OKLCH | oklch(0.952 0.100 135.2) |
Copy-ready code
/* CSS */
color: #d2ffbb;
background-color: #d2ffbb;
/* Tailwind (arbitrary) */
class="text-[#d2ffbb] bg-[#d2ffbb]"
/* SCSS */
$brand: #d2ffbb;
/* SwiftUI */
Color(red: 0.824, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#d2ffbb")Accessibility — WCAG contrast
Aa
#d2ffbb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ffbb on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green100.0%
Blue73.3%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#d2ffbb text on a black background
contrast 18.76:1
Card sample
#d2ffbb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ffbb;
Background color
Panel with #d2ffbb background
background-color: #d2ffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ffbb; background: linear-gradient(135deg, #d2ffbb, #BBFFD1);