#d0ebc9
a pale, vivid green · cool · closest name: beige
RGB
208, 235, 201
HSL
108°, 46%, 86%
CMYK
12, 0, 15, 8
Luminance
0.7704
Every format
| HEX | #d0ebc9 |
| RGB | rgb(208, 235, 201) |
| HSL | hsl(108, 46%, 86%) |
| CMYK | cmyk(12%, 0%, 15%, 8%) |
| LAB | lab(90.3 -15.0 13.6) |
| LCH | lch(90.3 20.2 137.9) |
| OKLCH | oklch(0.911 0.054 139.3) |
Copy-ready code
/* CSS */
color: #d0ebc9;
background-color: #d0ebc9;
/* Tailwind (arbitrary) */
class="text-[#d0ebc9] bg-[#d0ebc9]"
/* SCSS */
$brand: #d0ebc9;
/* SwiftUI */
Color(red: 0.816, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#d0ebc9")Accessibility — WCAG contrast
Aa
#d0ebc9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ebc9 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green92.2%
Blue78.8%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#d0ebc9 text on a black background
contrast 16.41:1
Card sample
#d0ebc9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ebc9;
Background color
Panel with #d0ebc9 background
background-color: #d0ebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ebc9; background: linear-gradient(135deg, #d0ebc9, #C9EBD9);