#ccfcc3
a pale, electric green · cool · closest name: aquamarine
RGB
204, 252, 195
HSL
111°, 91%, 88%
CMYK
19, 0, 23, 1
Luminance
0.8640
Every format
| HEX | #ccfcc3 |
| RGB | rgb(204, 252, 195) |
| HSL | hsl(111, 91%, 88%) |
| CMYK | cmyk(19%, 0%, 23%, 1%) |
| LAB | lab(94.5 -25.6 22.4) |
| LCH | lch(94.5 34.0 138.8) |
| OKLCH | oklch(0.943 0.090 140.6) |
Copy-ready code
/* CSS */
color: #ccfcc3;
background-color: #ccfcc3;
/* Tailwind (arbitrary) */
class="text-[#ccfcc3] bg-[#ccfcc3]"
/* SCSS */
$brand: #ccfcc3;
/* SwiftUI */
Color(red: 0.800, green: 0.988, blue: 0.765)
/* Android */
Color.parseColor("#ccfcc3")Accessibility — WCAG contrast
Aa
#ccfcc3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfcc3 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.8%
Blue76.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow22.6%
Key (black)1.2%
Color previews
#ccfcc3 text on a black background
contrast 18.28:1
Card sample
#ccfcc3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfcc3;
Background color
Panel with #ccfcc3 background
background-color: #ccfcc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfcc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 252, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 252, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfcc3; background: linear-gradient(135deg, #ccfcc3, #C3FCE0);