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