#d2ebc7
a pale, vivid green · cool · closest name: beige
RGB
210, 235, 199
HSL
102°, 47%, 85%
CMYK
11, 0, 15, 8
Luminance
0.7724
Every format
| HEX | #d2ebc7 |
| RGB | rgb(210, 235, 199) |
| HSL | hsl(102, 47%, 85%) |
| CMYK | cmyk(11%, 0%, 15%, 8%) |
| LAB | lab(90.4 -14.7 14.7) |
| LCH | lch(90.4 20.8 134.9) |
| OKLCH | oklch(0.912 0.055 136.1) |
Copy-ready code
/* CSS */
color: #d2ebc7;
background-color: #d2ebc7;
/* Tailwind (arbitrary) */
class="text-[#d2ebc7] bg-[#d2ebc7]"
/* SCSS */
$brand: #d2ebc7;
/* SwiftUI */
Color(red: 0.824, green: 0.922, blue: 0.780)
/* Android */
Color.parseColor("#d2ebc7")Accessibility — WCAG contrast
Aa
#d2ebc7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ebc7 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.2%
Blue78.0%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow15.3%
Key (black)7.8%
Color previews
#d2ebc7 text on a black background
contrast 16.45:1
Card sample
#d2ebc7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ebc7;
Background color
Panel with #d2ebc7 background
background-color: #d2ebc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ebc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 235, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 235, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ebc7; background: linear-gradient(135deg, #d2ebc7, #C7EBD4);