#ccfdbb
a pale, electric green · cool · closest name: aquamarine
RGB
204, 253, 187
HSL
105°, 94%, 86%
CMYK
19, 0, 26, 1
Luminance
0.8668
Every format
| HEX | #ccfdbb |
| RGB | rgb(204, 253, 187) |
| HSL | hsl(105, 94%, 86%) |
| CMYK | cmyk(19%, 0%, 26%, 1%) |
| LAB | lab(94.6 -27.4 26.6) |
| LCH | lch(94.6 38.2 135.8) |
| OKLCH | oklch(0.944 0.100 137.8) |
Copy-ready code
/* CSS */
color: #ccfdbb;
background-color: #ccfdbb;
/* Tailwind (arbitrary) */
class="text-[#ccfdbb] bg-[#ccfdbb]"
/* SCSS */
$brand: #ccfdbb;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#ccfdbb")Accessibility — WCAG contrast
Aa
#ccfdbb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdbb on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue73.3%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#ccfdbb text on a black background
contrast 18.34:1
Card sample
#ccfdbb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdbb;
Background color
Panel with #ccfdbb background
background-color: #ccfdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdbb; background: linear-gradient(135deg, #ccfdbb, #BBFDD6);