#6ce596
a light, vivid green · cool · closest name: aquamarine
RGB
108, 229, 150
HSL
141°, 70%, 66%
CMYK
53, 0, 35, 10
Luminance
0.6143
Every format
| HEX | #6ce596 |
| RGB | rgb(108, 229, 150) |
| HSL | hsl(141, 70%, 66%) |
| CMYK | cmyk(53%, 0%, 35%, 10%) |
| LAB | lab(82.6 -51.3 28.4) |
| LCH | lch(82.6 58.6 151.0) |
| OKLCH | oklch(0.832 0.157 152.8) |
Copy-ready code
/* CSS */
color: #6ce596;
background-color: #6ce596;
/* Tailwind (arbitrary) */
class="text-[#6ce596] bg-[#6ce596]"
/* SCSS */
$brand: #6ce596;
/* SwiftUI */
Color(red: 0.424, green: 0.898, blue: 0.588)
/* Android */
Color.parseColor("#6ce596")Accessibility — WCAG contrast
Aa
#6ce596 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce596 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green89.8%
Blue58.8%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow34.5%
Key (black)10.2%
Color previews
#6ce596 text on a black background
contrast 13.29:1
Card sample
#6ce596 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce596;
Background color
Panel with #6ce596 background
background-color: #6ce596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 229, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 229, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce596; background: linear-gradient(135deg, #6ce596, #6CE3E5);