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