#c8f5cf
a pale, vivid green · cool · closest name: beige
RGB
200, 245, 207
HSL
129°, 69%, 87%
CMYK
18, 0, 16, 4
Luminance
0.8209
Every format
| HEX | #c8f5cf |
| RGB | rgb(200, 245, 207) |
| HSL | hsl(129, 69%, 87%) |
| CMYK | cmyk(18%, 0%, 16%, 4%) |
| LAB | lab(92.6 -21.6 13.6) |
| LCH | lch(92.6 25.5 147.8) |
| OKLCH | oklch(0.928 0.069 149.4) |
Copy-ready code
/* CSS */
color: #c8f5cf;
background-color: #c8f5cf;
/* Tailwind (arbitrary) */
class="text-[#c8f5cf] bg-[#c8f5cf]"
/* SCSS */
$brand: #c8f5cf;
/* SwiftUI */
Color(red: 0.784, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#c8f5cf")Accessibility — WCAG contrast
Aa
#c8f5cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f5cf on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green96.1%
Blue81.2%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#c8f5cf text on a black background
contrast 17.42:1
Card sample
#c8f5cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f5cf;
Background color
Panel with #c8f5cf background
background-color: #c8f5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f5cf; background: linear-gradient(135deg, #c8f5cf, #C8F5ED);