#d7f5ba
a light, vivid green · cool · closest name: beige
RGB
215, 245, 186
HSL
91°, 75%, 85%
CMYK
12, 0, 24, 4
Luminance
0.8330
Every format
| HEX | #d7f5ba |
| RGB | rgb(215, 245, 186) |
| HSL | hsl(91, 75%, 85%) |
| CMYK | cmyk(12%, 0%, 24%, 4%) |
| LAB | lab(93.1 -19.9 25.3) |
| LCH | lch(93.1 32.2 128.2) |
| OKLCH | oklch(0.934 0.084 129.8) |
Copy-ready code
/* CSS */
color: #d7f5ba;
background-color: #d7f5ba;
/* Tailwind (arbitrary) */
class="text-[#d7f5ba] bg-[#d7f5ba]"
/* SCSS */
$brand: #d7f5ba;
/* SwiftUI */
Color(red: 0.843, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#d7f5ba")Accessibility — WCAG contrast
Aa
#d7f5ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7f5ba on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green96.1%
Blue72.9%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#d7f5ba text on a black background
contrast 17.66:1
Card sample
#d7f5ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7f5ba;
Background color
Panel with #d7f5ba background
background-color: #d7f5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7f5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7f5ba; background: linear-gradient(135deg, #d7f5ba, #BAF5C4);