#ccffce
a pale, electric green · cool · closest name: beige
RGB
204, 255, 206
HSL
122°, 100%, 90%
CMYK
20, 0, 19, 0
Luminance
0.8881
Every format
| HEX | #ccffce |
| RGB | rgb(204, 255, 206) |
| HSL | hsl(122, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 19%, 0%) |
| LAB | lab(95.5 -25.2 18.2) |
| LCH | lch(95.5 31.1 144.2) |
| OKLCH | oklch(0.952 0.084 145.9) |
Copy-ready code
/* CSS */
color: #ccffce;
background-color: #ccffce;
/* Tailwind (arbitrary) */
class="text-[#ccffce] bg-[#ccffce]"
/* SCSS */
$brand: #ccffce;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#ccffce")Accessibility — WCAG contrast
Aa
#ccffce on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccffce on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue80.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#ccffce text on a black background
contrast 18.76:1
Card sample
#ccffce text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccffce;
Background color
Panel with #ccffce background
background-color: #ccffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccffce; background: linear-gradient(135deg, #ccffce, #CCFFF0);