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