#d8f0cf
a pale, vivid green · cool · closest name: beige
RGB
216, 240, 207
HSL
104°, 52%, 88%
CMYK
10, 0, 14, 6
Luminance
0.8142
Every format
| HEX | #d8f0cf |
| RGB | rgb(216, 240, 207) |
| HSL | hsl(104, 52%, 88%) |
| CMYK | cmyk(10%, 0%, 14%, 6%) |
| LAB | lab(92.3 -13.8 13.3) |
| LCH | lch(92.3 19.2 136.0) |
| OKLCH | oklch(0.929 0.051 137.1) |
Copy-ready code
/* CSS */
color: #d8f0cf;
background-color: #d8f0cf;
/* Tailwind (arbitrary) */
class="text-[#d8f0cf] bg-[#d8f0cf]"
/* SCSS */
$brand: #d8f0cf;
/* SwiftUI */
Color(red: 0.847, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#d8f0cf")Accessibility — WCAG contrast
Aa
#d8f0cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8f0cf on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green94.1%
Blue81.2%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#d8f0cf text on a black background
contrast 17.28:1
Card sample
#d8f0cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8f0cf;
Background color
Panel with #d8f0cf background
background-color: #d8f0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8f0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8f0cf; background: linear-gradient(135deg, #d8f0cf, #CFF0DC);