#c6fbcd
a pale, electric green · cool · closest name: aquamarine
RGB
198, 251, 205
HSL
128°, 87%, 88%
CMYK
21, 0, 18, 2
Luminance
0.8541
Every format
| HEX | #c6fbcd |
| RGB | rgb(198, 251, 205) |
| HSL | hsl(128, 87%, 88%) |
| CMYK | cmyk(21%, 0%, 18%, 2%) |
| LAB | lab(94.1 -25.4 16.6) |
| LCH | lch(94.1 30.4 146.8) |
| OKLCH | oklch(0.940 0.082 148.5) |
Copy-ready code
/* CSS */
color: #c6fbcd;
background-color: #c6fbcd;
/* Tailwind (arbitrary) */
class="text-[#c6fbcd] bg-[#c6fbcd]"
/* SCSS */
$brand: #c6fbcd;
/* SwiftUI */
Color(red: 0.776, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#c6fbcd")Accessibility — WCAG contrast
Aa
#c6fbcd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6fbcd on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green98.4%
Blue80.4%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#c6fbcd text on a black background
contrast 18.08:1
Card sample
#c6fbcd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6fbcd;
Background color
Panel with #c6fbcd background
background-color: #c6fbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6fbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6fbcd; background: linear-gradient(135deg, #c6fbcd, #C6FBF0);