#ccffba
a pale, electric green · cool · closest name: aquamarine
RGB
204, 255, 186
HSL
104°, 100%, 87%
CMYK
20, 0, 27, 0
Luminance
0.8790
Every format
| HEX | #ccffba |
| RGB | rgb(204, 255, 186) |
| HSL | hsl(104, 100%, 87%) |
| CMYK | cmyk(20%, 0%, 27%, 0%) |
| LAB | lab(95.1 -28.5 27.9) |
| LCH | lch(95.1 39.8 135.6) |
| OKLCH | oklch(0.948 0.105 137.7) |
Copy-ready code
/* CSS */
color: #ccffba;
background-color: #ccffba;
/* Tailwind (arbitrary) */
class="text-[#ccffba] bg-[#ccffba]"
/* SCSS */
$brand: #ccffba;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#ccffba")Accessibility — WCAG contrast
Aa
#ccffba on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccffba on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue72.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ccffba text on a black background
contrast 18.58:1
Card sample
#ccffba text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccffba;
Background color
Panel with #ccffba background
background-color: #ccffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccffba; background: linear-gradient(135deg, #ccffba, #BAFFD6);