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