#d0fcba
a pale, electric green · cool · closest name: khaki
RGB
208, 252, 186
HSL
100°, 92%, 86%
CMYK
18, 0, 26, 1
Luminance
0.8658
Every format
| HEX | #d0fcba |
| RGB | rgb(208, 252, 186) |
| HSL | hsl(100, 92%, 86%) |
| CMYK | cmyk(18%, 0%, 26%, 1%) |
| LAB | lab(94.6 -25.7 27.1) |
| LCH | lch(94.6 37.4 133.4) |
| OKLCH | oklch(0.944 0.098 135.4) |
Copy-ready code
/* CSS */
color: #d0fcba;
background-color: #d0fcba;
/* Tailwind (arbitrary) */
class="text-[#d0fcba] bg-[#d0fcba]"
/* SCSS */
$brand: #d0fcba;
/* SwiftUI */
Color(red: 0.816, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#d0fcba")Accessibility — WCAG contrast
Aa
#d0fcba on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fcba on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.8%
Blue72.9%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#d0fcba text on a black background
contrast 18.32:1
Card sample
#d0fcba text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fcba;
Background color
Panel with #d0fcba background
background-color: #d0fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fcba; background: linear-gradient(135deg, #d0fcba, #BAFCD0);