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