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