#d2f1ba
a light, vivid green · cool · closest name: beige
RGB
210, 241, 186
HSL
94°, 66%, 84%
CMYK
13, 0, 23, 6
Luminance
0.8016
Every format
| HEX | #d2f1ba |
| RGB | rgb(210, 241, 186) |
| HSL | hsl(94, 66%, 84%) |
| CMYK | cmyk(13%, 0%, 23%, 6%) |
| LAB | lab(91.8 -19.7 23.3) |
| LCH | lch(91.8 30.5 130.2) |
| OKLCH | oklch(0.922 0.080 131.8) |
Copy-ready code
/* CSS */
color: #d2f1ba;
background-color: #d2f1ba;
/* Tailwind (arbitrary) */
class="text-[#d2f1ba] bg-[#d2f1ba]"
/* SCSS */
$brand: #d2f1ba;
/* SwiftUI */
Color(red: 0.824, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#d2f1ba")Accessibility — WCAG contrast
Aa
#d2f1ba on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f1ba on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green94.5%
Blue72.9%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow22.8%
Key (black)5.5%
Color previews
#d2f1ba text on a black background
contrast 17.03:1
Card sample
#d2f1ba text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f1ba;
Background color
Panel with #d2f1ba background
background-color: #d2f1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f1ba; background: linear-gradient(135deg, #d2f1ba, #BAF1C7);