#ccfdbf
a pale, electric green · cool · closest name: aquamarine
RGB
204, 253, 191
HSL
107°, 94%, 87%
CMYK
19, 0, 25, 1
Luminance
0.8685
Every format
| HEX | #ccfdbf |
| RGB | rgb(204, 253, 191) |
| HSL | hsl(107, 94%, 87%) |
| CMYK | cmyk(19%, 0%, 25%, 1%) |
| LAB | lab(94.7 -26.7 24.7) |
| LCH | lch(94.7 36.4 137.3) |
| OKLCH | oklch(0.945 0.096 139.2) |
Copy-ready code
/* CSS */
color: #ccfdbf;
background-color: #ccfdbf;
/* Tailwind (arbitrary) */
class="text-[#ccfdbf] bg-[#ccfdbf]"
/* SCSS */
$brand: #ccfdbf;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#ccfdbf")Accessibility — WCAG contrast
Aa
#ccfdbf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdbf on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue74.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#ccfdbf text on a black background
contrast 18.37:1
Card sample
#ccfdbf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdbf;
Background color
Panel with #ccfdbf background
background-color: #ccfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdbf; background: linear-gradient(135deg, #ccfdbf, #BFFDDB);