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