#c8fbcd
a pale, electric green · cool · closest name: beige
RGB
200, 251, 205
HSL
126°, 86%, 88%
CMYK
20, 0, 18, 2
Luminance
0.8568
Every format
| HEX | #c8fbcd |
| RGB | rgb(200, 251, 205) |
| HSL | hsl(126, 86%, 88%) |
| CMYK | cmyk(20%, 0%, 18%, 2%) |
| LAB | lab(94.2 -24.8 16.8) |
| LCH | lch(94.2 30.0 145.8) |
| OKLCH | oklch(0.941 0.081 147.5) |
Copy-ready code
/* CSS */
color: #c8fbcd;
background-color: #c8fbcd;
/* Tailwind (arbitrary) */
class="text-[#c8fbcd] bg-[#c8fbcd]"
/* SCSS */
$brand: #c8fbcd;
/* SwiftUI */
Color(red: 0.784, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#c8fbcd")Accessibility — WCAG contrast
Aa
#c8fbcd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fbcd on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.4%
Blue80.4%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#c8fbcd text on a black background
contrast 18.14:1
Card sample
#c8fbcd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fbcd;
Background color
Panel with #c8fbcd background
background-color: #c8fbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fbcd; background: linear-gradient(135deg, #c8fbcd, #C8FBEF);