#ccfdb7
a pale, electric green · cool · closest name: khaki
RGB
204, 253, 183
HSL
102°, 95%, 86%
CMYK
19, 0, 28, 1
Luminance
0.8651
Every format
| HEX | #ccfdb7 |
| RGB | rgb(204, 253, 183) |
| HSL | hsl(102, 95%, 86%) |
| CMYK | cmyk(19%, 0%, 28%, 1%) |
| LAB | lab(94.5 -28.0 28.6) |
| LCH | lch(94.5 40.0 134.4) |
| OKLCH | oklch(0.943 0.105 136.5) |
Copy-ready code
/* CSS */
color: #ccfdb7;
background-color: #ccfdb7;
/* Tailwind (arbitrary) */
class="text-[#ccfdb7] bg-[#ccfdb7]"
/* SCSS */
$brand: #ccfdb7;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.718)
/* Android */
Color.parseColor("#ccfdb7")Accessibility — WCAG contrast
Aa
#ccfdb7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdb7 on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue71.8%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow27.7%
Key (black)0.8%
Color previews
#ccfdb7 text on a black background
contrast 18.30:1
Card sample
#ccfdb7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdb7;
Background color
Panel with #ccfdb7 background
background-color: #ccfdb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdb7; background: linear-gradient(135deg, #ccfdb7, #B7FDD1);