#6eedb6
a light, electric green · cool · closest name: aquamarine
RGB
110, 237, 182
HSL
154°, 78%, 68%
CMYK
54, 0, 23, 7
Luminance
0.6726
Every format
| HEX | #6eedb6 |
| RGB | rgb(110, 237, 182) |
| HSL | hsl(154, 78%, 68%) |
| CMYK | cmyk(54%, 0%, 23%, 7%) |
| LAB | lab(85.6 -47.9 16.1) |
| LCH | lch(85.6 50.6 161.4) |
| OKLCH | oklch(0.859 0.139 162.7) |
Copy-ready code
/* CSS */
color: #6eedb6;
background-color: #6eedb6;
/* Tailwind (arbitrary) */
class="text-[#6eedb6] bg-[#6eedb6]"
/* SCSS */
$brand: #6eedb6;
/* SwiftUI */
Color(red: 0.431, green: 0.929, blue: 0.714)
/* Android */
Color.parseColor("#6eedb6")Accessibility — WCAG contrast
Aa
#6eedb6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eedb6 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green92.9%
Blue71.4%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow23.2%
Key (black)7.1%
Color previews
#6eedb6 text on a black background
contrast 14.45:1
Card sample
#6eedb6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eedb6;
Background color
Panel with #6eedb6 background
background-color: #6eedb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eedb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 237, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 237, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eedb6; background: linear-gradient(135deg, #6eedb6, #6ECFED);