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