#c6fbdf
a pale, electric green · cool · closest name: beige
RGB
198, 251, 223
HSL
148°, 87%, 88%
CMYK
21, 0, 11, 2
Luminance
0.8633
Every format
| HEX | #c6fbdf |
| RGB | rgb(198, 251, 223) |
| HSL | hsl(148, 87%, 88%) |
| CMYK | cmyk(21%, 0%, 11%, 2%) |
| LAB | lab(94.5 -22.2 7.9) |
| LCH | lch(94.5 23.6 160.3) |
| OKLCH | oklch(0.944 0.066 161.8) |
Copy-ready code
/* CSS */
color: #c6fbdf;
background-color: #c6fbdf;
/* Tailwind (arbitrary) */
class="text-[#c6fbdf] bg-[#c6fbdf]"
/* SCSS */
$brand: #c6fbdf;
/* SwiftUI */
Color(red: 0.776, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#c6fbdf")Accessibility — WCAG contrast
Aa
#c6fbdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6fbdf on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#c6fbdf text on a black background
contrast 18.27:1
Card sample
#c6fbdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6fbdf;
Background color
Panel with #c6fbdf background
background-color: #c6fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6fbdf; background: linear-gradient(135deg, #c6fbdf, #C6F4FB);