#c8f6cf
a pale, vivid green · cool · closest name: beige
RGB
200, 246, 207
HSL
129°, 72%, 88%
CMYK
19, 0, 16, 4
Luminance
0.8270
Every format
| HEX | #c8f6cf |
| RGB | rgb(200, 246, 207) |
| HSL | hsl(129, 72%, 88%) |
| CMYK | cmyk(19%, 0%, 16%, 4%) |
| LAB | lab(92.9 -22.0 14.0) |
| LCH | lch(92.9 26.1 147.6) |
| OKLCH | oklch(0.931 0.071 149.3) |
Copy-ready code
/* CSS */
color: #c8f6cf;
background-color: #c8f6cf;
/* Tailwind (arbitrary) */
class="text-[#c8f6cf] bg-[#c8f6cf]"
/* SCSS */
$brand: #c8f6cf;
/* SwiftUI */
Color(red: 0.784, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#c8f6cf")Accessibility — WCAG contrast
Aa
#c8f6cf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f6cf on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green96.5%
Blue81.2%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#c8f6cf text on a black background
contrast 17.54:1
Card sample
#c8f6cf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f6cf;
Background color
Panel with #c8f6cf background
background-color: #c8f6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f6cf; background: linear-gradient(135deg, #c8f6cf, #C8F6EE);