#d0fbcf
a pale, electric green · cool · closest name: beige
RGB
208, 251, 207
HSL
119°, 85%, 90%
CMYK
17, 0, 18, 2
Luminance
0.8691
Every format
| HEX | #d0fbcf |
| RGB | rgb(208, 251, 207) |
| HSL | hsl(119, 85%, 90%) |
| CMYK | cmyk(17%, 0%, 18%, 2%) |
| LAB | lab(94.7 -21.8 16.6) |
| LCH | lch(94.7 27.4 142.7) |
| OKLCH | oklch(0.946 0.073 144.4) |
Copy-ready code
/* CSS */
color: #d0fbcf;
background-color: #d0fbcf;
/* Tailwind (arbitrary) */
class="text-[#d0fbcf] bg-[#d0fbcf]"
/* SCSS */
$brand: #d0fbcf;
/* SwiftUI */
Color(red: 0.816, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#d0fbcf")Accessibility — WCAG contrast
Aa
#d0fbcf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fbcf on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.4%
Blue81.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#d0fbcf text on a black background
contrast 18.38:1
Card sample
#d0fbcf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fbcf;
Background color
Panel with #d0fbcf background
background-color: #d0fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fbcf; background: linear-gradient(135deg, #d0fbcf, #CFFBEB);