#6cefad
a light, electric green · cool · closest name: aquamarine
RGB
108, 239, 173
HSL
150°, 80%, 68%
CMYK
55, 0, 28, 6
Luminance
0.6794
Every format
| HEX | #6cefad |
| RGB | rgb(108, 239, 173) |
| HSL | hsl(150, 80%, 68%) |
| CMYK | cmyk(55%, 0%, 28%, 6%) |
| LAB | lab(86.0 -51.0 21.2) |
| LCH | lch(86.0 55.3 157.4) |
| OKLCH | oklch(0.861 0.150 158.9) |
Copy-ready code
/* CSS */
color: #6cefad;
background-color: #6cefad;
/* Tailwind (arbitrary) */
class="text-[#6cefad] bg-[#6cefad]"
/* SCSS */
$brand: #6cefad;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#6cefad")Accessibility — WCAG contrast
Aa
#6cefad on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cefad on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue67.8%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#6cefad text on a black background
contrast 14.59:1
Card sample
#6cefad text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cefad;
Background color
Panel with #6cefad background
background-color: #6cefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cefad; background: linear-gradient(135deg, #6cefad, #6CDAEF);