#ccfebc
a pale, electric green · cool · closest name: aquamarine
RGB
204, 254, 188
HSL
106°, 97%, 87%
CMYK
20, 0, 26, 0
Luminance
0.8735
Every format
| HEX | #ccfebc |
| RGB | rgb(204, 254, 188) |
| HSL | hsl(106, 97%, 87%) |
| CMYK | cmyk(20%, 0%, 26%, 0%) |
| LAB | lab(94.9 -27.7 26.5) |
| LCH | lch(94.9 38.3 136.2) |
| OKLCH | oklch(0.946 0.101 138.2) |
Copy-ready code
/* CSS */
color: #ccfebc;
background-color: #ccfebc;
/* Tailwind (arbitrary) */
class="text-[#ccfebc] bg-[#ccfebc]"
/* SCSS */
$brand: #ccfebc;
/* SwiftUI */
Color(red: 0.800, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#ccfebc")Accessibility — WCAG contrast
Aa
#ccfebc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfebc on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.6%
Blue73.7%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#ccfebc text on a black background
contrast 18.47:1
Card sample
#ccfebc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfebc;
Background color
Panel with #ccfebc background
background-color: #ccfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfebc; background: linear-gradient(135deg, #ccfebc, #BCFED8);