#ccffe0
a pale, electric green · cool · closest name: beige
RGB
204, 255, 224
HSL
144°, 100%, 90%
CMYK
20, 0, 12, 0
Luminance
0.8974
Every format
| HEX | #ccffe0 |
| RGB | rgb(204, 255, 224) |
| HSL | hsl(144, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 12%, 0%) |
| LAB | lab(95.9 -22.1 9.5) |
| LCH | lch(95.9 24.0 156.6) |
| OKLCH | oklch(0.957 0.067 158.2) |
Copy-ready code
/* CSS */
color: #ccffe0;
background-color: #ccffe0;
/* Tailwind (arbitrary) */
class="text-[#ccffe0] bg-[#ccffe0]"
/* SCSS */
$brand: #ccffe0;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.878)
/* Android */
Color.parseColor("#ccffe0")Accessibility — WCAG contrast
Aa
#ccffe0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccffe0 on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue87.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow12.2%
Key (black)0.0%
Color previews
#ccffe0 text on a black background
contrast 18.95:1
Card sample
#ccffe0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccffe0;
Background color
Panel with #ccffe0 background
background-color: #ccffe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccffe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccffe0; background: linear-gradient(135deg, #ccffe0, #CCFCFF);