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