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