#c8fccf
a pale, electric green · cool · closest name: beige
RGB
200, 252, 207
HSL
128°, 90%, 89%
CMYK
21, 0, 18, 1
Luminance
0.8641
Every format
| HEX | #c8fccf |
| RGB | rgb(200, 252, 207) |
| HSL | hsl(128, 90%, 89%) |
| CMYK | cmyk(21%, 0%, 18%, 1%) |
| LAB | lab(94.5 -24.9 16.2) |
| LCH | lch(94.5 29.8 146.9) |
| OKLCH | oklch(0.944 0.080 148.6) |
Copy-ready code
/* CSS */
color: #c8fccf;
background-color: #c8fccf;
/* Tailwind (arbitrary) */
class="text-[#c8fccf] bg-[#c8fccf]"
/* SCSS */
$brand: #c8fccf;
/* SwiftUI */
Color(red: 0.784, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#c8fccf")Accessibility — WCAG contrast
Aa
#c8fccf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fccf on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.8%
Blue81.2%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#c8fccf text on a black background
contrast 18.28:1
Card sample
#c8fccf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fccf;
Background color
Panel with #c8fccf background
background-color: #c8fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fccf; background: linear-gradient(135deg, #c8fccf, #C8FCF2);