#6cfccb
a light, electric green · cool · closest name: aquamarine
RGB
108, 252, 203
HSL
160°, 96%, 71%
CMYK
57, 0, 19, 1
Luminance
0.7712
Every format
| HEX | #6cfccb |
| RGB | rgb(108, 252, 203) |
| HSL | hsl(160, 96%, 71%) |
| CMYK | cmyk(57%, 0%, 19%, 1%) |
| LAB | lab(90.4 -50.2 11.9) |
| LCH | lch(90.4 51.6 166.6) |
| OKLCH | oklch(0.899 0.143 167.7) |
Copy-ready code
/* CSS */
color: #6cfccb;
background-color: #6cfccb;
/* Tailwind (arbitrary) */
class="text-[#6cfccb] bg-[#6cfccb]"
/* SCSS */
$brand: #6cfccb;
/* SwiftUI */
Color(red: 0.424, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#6cfccb")Accessibility — WCAG contrast
Aa
#6cfccb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfccb on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.8%
Blue79.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#6cfccb text on a black background
contrast 16.42:1
Card sample
#6cfccb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfccb;
Background color
Panel with #6cfccb background
background-color: #6cfccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfccb; background: linear-gradient(135deg, #6cfccb, #6CCDFC);