#6ce4af
a light, vivid green · cool · closest name: aquamarine
RGB
108, 228, 175
HSL
154°, 69%, 66%
CMYK
53, 0, 23, 11
Luminance
0.6177
Every format
| HEX | #6ce4af |
| RGB | rgb(108, 228, 175) |
| HSL | hsl(154, 69%, 66%) |
| CMYK | cmyk(53%, 0%, 23%, 11%) |
| LAB | lab(82.8 -46.0 15.7) |
| LCH | lch(82.8 48.6 161.1) |
| OKLCH | oklch(0.835 0.133 162.4) |
Copy-ready code
/* CSS */
color: #6ce4af;
background-color: #6ce4af;
/* Tailwind (arbitrary) */
class="text-[#6ce4af] bg-[#6ce4af]"
/* SCSS */
$brand: #6ce4af;
/* SwiftUI */
Color(red: 0.424, green: 0.894, blue: 0.686)
/* Android */
Color.parseColor("#6ce4af")Accessibility — WCAG contrast
Aa
#6ce4af on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce4af on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green89.4%
Blue68.6%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow23.2%
Key (black)10.6%
Color previews
#6ce4af text on a black background
contrast 13.35:1
Card sample
#6ce4af text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce4af;
Background color
Panel with #6ce4af background
background-color: #6ce4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 228, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 228, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce4af; background: linear-gradient(135deg, #6ce4af, #6CC9E4);