#d5e6b3
a light, vivid green · cool · closest name: beige
RGB
213, 230, 179
HSL
80°, 51%, 80%
CMYK
7, 0, 22, 10
Luminance
0.7399
Every format
| HEX | #d5e6b3 |
| RGB | rgb(213, 230, 179) |
| HSL | hsl(80, 51%, 80%) |
| CMYK | cmyk(7%, 0%, 22%, 10%) |
| LAB | lab(88.9 -14.3 23.0) |
| LCH | lch(88.9 27.1 121.8) |
| OKLCH | oklch(0.899 0.070 122.8) |
Copy-ready code
/* CSS */
color: #d5e6b3;
background-color: #d5e6b3;
/* Tailwind (arbitrary) */
class="text-[#d5e6b3] bg-[#d5e6b3]"
/* SCSS */
$brand: #d5e6b3;
/* SwiftUI */
Color(red: 0.835, green: 0.902, blue: 0.702)
/* Android */
Color.parseColor("#d5e6b3")Accessibility — WCAG contrast
Aa
#d5e6b3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5e6b3 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green90.2%
Blue70.2%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow22.2%
Key (black)9.8%
Color previews
#d5e6b3 text on a black background
contrast 15.80:1
Card sample
#d5e6b3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5e6b3;
Background color
Panel with #d5e6b3 background
background-color: #d5e6b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5e6b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 230, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 230, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5e6b3; background: linear-gradient(135deg, #d5e6b3, #B3E6B3);