#6ceba2
a light, electric green · cool · closest name: aquamarine
RGB
108, 235, 162
HSL
146°, 76%, 67%
CMYK
54, 0, 31, 8
Luminance
0.6521
Every format
| HEX | #6ceba2 |
| RGB | rgb(108, 235, 162) |
| HSL | hsl(146, 76%, 67%) |
| CMYK | cmyk(54%, 0%, 31%, 8%) |
| LAB | lab(84.6 -51.5 25.0) |
| LCH | lch(84.6 57.3 154.1) |
| OKLCH | oklch(0.849 0.154 155.8) |
Copy-ready code
/* CSS */
color: #6ceba2;
background-color: #6ceba2;
/* Tailwind (arbitrary) */
class="text-[#6ceba2] bg-[#6ceba2]"
/* SCSS */
$brand: #6ceba2;
/* SwiftUI */
Color(red: 0.424, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#6ceba2")Accessibility — WCAG contrast
Aa
#6ceba2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ceba2 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green92.2%
Blue63.5%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#6ceba2 text on a black background
contrast 14.04:1
Card sample
#6ceba2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ceba2;
Background color
Panel with #6ceba2 background
background-color: #6ceba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ceba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ceba2; background: linear-gradient(135deg, #6ceba2, #6CDFEB);