#d2ebcf
a pale, soft green · cool · closest name: beige
RGB
210, 235, 207
HSL
114°, 41%, 87%
CMYK
11, 0, 12, 8
Luminance
0.7762
Every format
| HEX | #d2ebcf |
| RGB | rgb(210, 235, 207) |
| HSL | hsl(114, 41%, 87%) |
| CMYK | cmyk(11%, 0%, 12%, 8%) |
| LAB | lab(90.6 -13.3 10.8) |
| LCH | lch(90.6 17.2 140.9) |
| OKLCH | oklch(0.914 0.046 142.2) |
Copy-ready code
/* CSS */
color: #d2ebcf;
background-color: #d2ebcf;
/* Tailwind (arbitrary) */
class="text-[#d2ebcf] bg-[#d2ebcf]"
/* SCSS */
$brand: #d2ebcf;
/* SwiftUI */
Color(red: 0.824, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#d2ebcf")Accessibility — WCAG contrast
Aa
#d2ebcf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ebcf on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.2%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#d2ebcf text on a black background
contrast 16.52:1
Card sample
#d2ebcf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ebcf;
Background color
Panel with #d2ebcf background
background-color: #d2ebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ebcf; background: linear-gradient(135deg, #d2ebcf, #CFEBDF);