#c8f8cf
a pale, electric green · cool · closest name: beige
RGB
200, 248, 207
HSL
129°, 77%, 88%
CMYK
19, 0, 17, 3
Luminance
0.8392
Every format
| HEX | #c8f8cf |
| RGB | rgb(200, 248, 207) |
| HSL | hsl(129, 77%, 88%) |
| CMYK | cmyk(19%, 0%, 17%, 3%) |
| LAB | lab(93.4 -23.0 14.7) |
| LCH | lch(93.4 27.3 147.4) |
| OKLCH | oklch(0.935 0.074 149.0) |
Copy-ready code
/* CSS */
color: #c8f8cf;
background-color: #c8f8cf;
/* Tailwind (arbitrary) */
class="text-[#c8f8cf] bg-[#c8f8cf]"
/* SCSS */
$brand: #c8f8cf;
/* SwiftUI */
Color(red: 0.784, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#c8f8cf")Accessibility — WCAG contrast
Aa
#c8f8cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f8cf on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green97.3%
Blue81.2%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#c8f8cf text on a black background
contrast 17.78:1
Card sample
#c8f8cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f8cf;
Background color
Panel with #c8f8cf background
background-color: #c8f8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f8cf; background: linear-gradient(135deg, #c8f8cf, #C8F8EF);