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