#6eedc9
a light, electric cyan · cool · closest name: aquamarine
RGB
110, 237, 201
HSL
163°, 78%, 68%
CMYK
54, 0, 15, 7
Luminance
0.6810
Every format
| HEX | #6eedc9 |
| RGB | rgb(110, 237, 201) |
| HSL | hsl(163, 78%, 68%) |
| CMYK | cmyk(54%, 0%, 15%, 7%) |
| LAB | lab(86.0 -43.8 6.8) |
| LCH | lch(86.0 44.3 171.2) |
| OKLCH | oklch(0.864 0.125 172.1) |
Copy-ready code
/* CSS */
color: #6eedc9;
background-color: #6eedc9;
/* Tailwind (arbitrary) */
class="text-[#6eedc9] bg-[#6eedc9]"
/* SCSS */
$brand: #6eedc9;
/* SwiftUI */
Color(red: 0.431, green: 0.929, blue: 0.788)
/* Android */
Color.parseColor("#6eedc9")Accessibility — WCAG contrast
Aa
#6eedc9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eedc9 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green92.9%
Blue78.8%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow15.2%
Key (black)7.1%
Color previews
#6eedc9 text on a black background
contrast 14.62:1
Card sample
#6eedc9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eedc9;
Background color
Panel with #6eedc9 background
background-color: #6eedc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eedc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 237, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 237, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eedc9; background: linear-gradient(135deg, #6eedc9, #6EBCED);