#d2f0ce
a pale, vivid green · cool · closest name: beige
RGB
210, 240, 206
HSL
113°, 53%, 88%
CMYK
13, 0, 14, 6
Luminance
0.8048
Every format
| HEX | #d2f0ce |
| RGB | rgb(210, 240, 206) |
| HSL | hsl(113, 53%, 88%) |
| CMYK | cmyk(13%, 0%, 14%, 6%) |
| LAB | lab(91.9 -16.0 13.2) |
| LCH | lch(91.9 20.7 140.5) |
| OKLCH | oklch(0.924 0.055 141.9) |
Copy-ready code
/* CSS */
color: #d2f0ce;
background-color: #d2f0ce;
/* Tailwind (arbitrary) */
class="text-[#d2f0ce] bg-[#d2f0ce]"
/* SCSS */
$brand: #d2f0ce;
/* SwiftUI */
Color(red: 0.824, green: 0.941, blue: 0.808)
/* Android */
Color.parseColor("#d2f0ce")Accessibility — WCAG contrast
Aa
#d2f0ce on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f0ce on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green94.1%
Blue80.8%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow14.2%
Key (black)5.9%
Color previews
#d2f0ce text on a black background
contrast 17.10:1
Card sample
#d2f0ce text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f0ce;
Background color
Panel with #d2f0ce background
background-color: #d2f0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 240, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 240, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f0ce; background: linear-gradient(135deg, #d2f0ce, #CEF0E1);