#c8fbdf
a pale, electric green · cool · closest name: beige
RGB
200, 251, 223
HSL
147°, 86%, 88%
CMYK
20, 0, 11, 2
Luminance
0.8660
Every format
| HEX | #c8fbdf |
| RGB | rgb(200, 251, 223) |
| HSL | hsl(147, 86%, 88%) |
| CMYK | cmyk(20%, 0%, 11%, 2%) |
| LAB | lab(94.6 -21.6 8.1) |
| LCH | lch(94.6 23.1 159.3) |
| OKLCH | oklch(0.945 0.064 160.9) |
Copy-ready code
/* CSS */
color: #c8fbdf;
background-color: #c8fbdf;
/* Tailwind (arbitrary) */
class="text-[#c8fbdf] bg-[#c8fbdf]"
/* SCSS */
$brand: #c8fbdf;
/* SwiftUI */
Color(red: 0.784, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#c8fbdf")Accessibility — WCAG contrast
Aa
#c8fbdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fbdf on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.4%
Blue87.5%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#c8fbdf text on a black background
contrast 18.32:1
Card sample
#c8fbdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fbdf;
Background color
Panel with #c8fbdf background
background-color: #c8fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fbdf; background: linear-gradient(135deg, #c8fbdf, #C8F5FB);