#6cecba
a light, electric green · cool · closest name: aquamarine
RGB
108, 236, 186
HSL
157°, 77%, 68%
CMYK
54, 0, 21, 8
Luminance
0.6672
Every format
| HEX | #6cecba |
| RGB | rgb(108, 236, 186) |
| HSL | hsl(157, 77%, 68%) |
| CMYK | cmyk(54%, 0%, 21%, 8%) |
| LAB | lab(85.4 -47.1 13.6) |
| LCH | lch(85.4 49.0 163.9) |
| OKLCH | oklch(0.857 0.135 165.1) |
Copy-ready code
/* CSS */
color: #6cecba;
background-color: #6cecba;
/* Tailwind (arbitrary) */
class="text-[#6cecba] bg-[#6cecba]"
/* SCSS */
$brand: #6cecba;
/* SwiftUI */
Color(red: 0.424, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#6cecba")Accessibility — WCAG contrast
Aa
#6cecba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cecba on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green92.5%
Blue72.9%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#6cecba text on a black background
contrast 14.34:1
Card sample
#6cecba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cecba;
Background color
Panel with #6cecba background
background-color: #6cecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cecba; background: linear-gradient(135deg, #6cecba, #6CC9EC);