#d2fbcf
a pale, electric green · cool · closest name: beige
RGB
210, 251, 207
HSL
116°, 85%, 90%
CMYK
16, 0, 18, 2
Luminance
0.8720
Every format
| HEX | #d2fbcf |
| RGB | rgb(210, 251, 207) |
| HSL | hsl(116, 85%, 90%) |
| CMYK | cmyk(16%, 0%, 18%, 2%) |
| LAB | lab(94.8 -21.2 16.8) |
| LCH | lch(94.8 27.0 141.6) |
| OKLCH | oklch(0.948 0.072 143.2) |
Copy-ready code
/* CSS */
color: #d2fbcf;
background-color: #d2fbcf;
/* Tailwind (arbitrary) */
class="text-[#d2fbcf] bg-[#d2fbcf]"
/* SCSS */
$brand: #d2fbcf;
/* SwiftUI */
Color(red: 0.824, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#d2fbcf")Accessibility — WCAG contrast
Aa
#d2fbcf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fbcf on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green98.4%
Blue81.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#d2fbcf text on a black background
contrast 18.44:1
Card sample
#d2fbcf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fbcf;
Background color
Panel with #d2fbcf background
background-color: #d2fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fbcf; background: linear-gradient(135deg, #d2fbcf, #CFFBE9);