#ccffbc
a pale, electric green · cool · closest name: aquamarine
RGB
204, 255, 188
HSL
106°, 100%, 87%
CMYK
20, 0, 26, 0
Luminance
0.8799
Every format
| HEX | #ccffbc |
| RGB | rgb(204, 255, 188) |
| HSL | hsl(106, 100%, 87%) |
| CMYK | cmyk(20%, 0%, 26%, 0%) |
| LAB | lab(95.2 -28.1 26.9) |
| LCH | lch(95.2 38.9 136.3) |
| OKLCH | oklch(0.948 0.102 138.3) |
Copy-ready code
/* CSS */
color: #ccffbc;
background-color: #ccffbc;
/* Tailwind (arbitrary) */
class="text-[#ccffbc] bg-[#ccffbc]"
/* SCSS */
$brand: #ccffbc;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#ccffbc")Accessibility — WCAG contrast
Aa
#ccffbc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccffbc on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue73.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#ccffbc text on a black background
contrast 18.60:1
Card sample
#ccffbc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccffbc;
Background color
Panel with #ccffbc background
background-color: #ccffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccffbc; background: linear-gradient(135deg, #ccffbc, #BCFFD9);