#c8ffda
a pale, electric green · cool · closest name: beige
RGB
200, 255, 218
HSL
140°, 100%, 89%
CMYK
22, 0, 15, 0
Luminance
0.8886
Every format
| HEX | #c8ffda |
| RGB | rgb(200, 255, 218) |
| HSL | hsl(140, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 15%, 0%) |
| LAB | lab(95.5 -24.4 12.1) |
| LCH | lch(95.5 27.2 153.7) |
| OKLCH | oklch(0.953 0.075 155.3) |
Copy-ready code
/* CSS */
color: #c8ffda;
background-color: #c8ffda;
/* Tailwind (arbitrary) */
class="text-[#c8ffda] bg-[#c8ffda]"
/* SCSS */
$brand: #c8ffda;
/* SwiftUI */
Color(red: 0.784, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#c8ffda")Accessibility — WCAG contrast
Aa
#c8ffda on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ffda on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green100.0%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#c8ffda text on a black background
contrast 18.77:1
Card sample
#c8ffda text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ffda;
Background color
Panel with #c8ffda background
background-color: #c8ffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ffda; background: linear-gradient(135deg, #c8ffda, #C8FFFF);