#c8f2cc
a pale, vivid green · cool · closest name: beige
RGB
200, 242, 204
HSL
126°, 62%, 87%
CMYK
17, 0, 16, 5
Luminance
0.8014
Every format
| HEX | #c8f2cc |
| RGB | rgb(200, 242, 204) |
| HSL | hsl(126, 62%, 87%) |
| CMYK | cmyk(17%, 0%, 16%, 5%) |
| LAB | lab(91.8 -20.6 13.9) |
| LCH | lch(91.8 24.9 146.0) |
| OKLCH | oklch(0.921 0.067 147.6) |
Copy-ready code
/* CSS */
color: #c8f2cc;
background-color: #c8f2cc;
/* Tailwind (arbitrary) */
class="text-[#c8f2cc] bg-[#c8f2cc]"
/* SCSS */
$brand: #c8f2cc;
/* SwiftUI */
Color(red: 0.784, green: 0.949, blue: 0.800)
/* Android */
Color.parseColor("#c8f2cc")Accessibility — WCAG contrast
Aa
#c8f2cc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f2cc on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green94.9%
Blue80.0%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow15.7%
Key (black)5.1%
Color previews
#c8f2cc text on a black background
contrast 17.03:1
Card sample
#c8f2cc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f2cc;
Background color
Panel with #c8f2cc background
background-color: #c8f2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 242, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 242, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f2cc; background: linear-gradient(135deg, #c8f2cc, #C8F2E8);