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