#d2febc
a pale, electric green · cool · closest name: khaki
RGB
210, 254, 188
HSL
100°, 97%, 87%
CMYK
17, 0, 26, 0
Luminance
0.8822
Every format
| HEX | #d2febc |
| RGB | rgb(210, 254, 188) |
| HSL | hsl(100, 97%, 87%) |
| CMYK | cmyk(17%, 0%, 26%, 0%) |
| LAB | lab(95.3 -25.7 27.1) |
| LCH | lch(95.3 37.3 133.5) |
| OKLCH | oklch(0.950 0.098 135.4) |
Copy-ready code
/* CSS */
color: #d2febc;
background-color: #d2febc;
/* Tailwind (arbitrary) */
class="text-[#d2febc] bg-[#d2febc]"
/* SCSS */
$brand: #d2febc;
/* SwiftUI */
Color(red: 0.824, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#d2febc")Accessibility — WCAG contrast
Aa
#d2febc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2febc on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green99.6%
Blue73.7%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#d2febc text on a black background
contrast 18.64:1
Card sample
#d2febc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2febc;
Background color
Panel with #d2febc background
background-color: #d2febc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2febc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2febc; background: linear-gradient(135deg, #d2febc, #BCFED2);