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