#6cffcb
a light, electric green · cool · closest name: aquamarine
RGB
108, 255, 203
HSL
159°, 100%, 71%
CMYK
58, 0, 20, 0
Luminance
0.7902
Every format
| HEX | #6cffcb |
| RGB | rgb(108, 255, 203) |
| HSL | hsl(159, 100%, 71%) |
| CMYK | cmyk(58%, 0%, 20%, 0%) |
| LAB | lab(91.2 -51.4 13.1) |
| LCH | lch(91.2 53.1 165.7) |
| OKLCH | oklch(0.906 0.147 166.8) |
Copy-ready code
/* CSS */
color: #6cffcb;
background-color: #6cffcb;
/* Tailwind (arbitrary) */
class="text-[#6cffcb] bg-[#6cffcb]"
/* SCSS */
$brand: #6cffcb;
/* SwiftUI */
Color(red: 0.424, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#6cffcb")Accessibility — WCAG contrast
Aa
#6cffcb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cffcb on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green100.0%
Blue79.6%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#6cffcb text on a black background
contrast 16.80:1
Card sample
#6cffcb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cffcb;
Background color
Panel with #6cffcb background
background-color: #6cffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cffcb; background: linear-gradient(135deg, #6cffcb, #6CD1FF);