#6eebc9
a light, electric cyan · cool · closest name: aquamarine
RGB
110, 235, 201
HSL
164°, 76%, 68%
CMYK
53, 0, 15, 8
Luminance
0.6695
Every format
| HEX | #6eebc9 |
| RGB | rgb(110, 235, 201) |
| HSL | hsl(164, 76%, 68%) |
| CMYK | cmyk(53%, 0%, 15%, 8%) |
| LAB | lab(85.5 -42.9 6.0) |
| LCH | lch(85.5 43.3 172.1) |
| OKLCH | oklch(0.859 0.123 172.9) |
Copy-ready code
/* CSS */
color: #6eebc9;
background-color: #6eebc9;
/* Tailwind (arbitrary) */
class="text-[#6eebc9] bg-[#6eebc9]"
/* SCSS */
$brand: #6eebc9;
/* SwiftUI */
Color(red: 0.431, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#6eebc9")Accessibility — WCAG contrast
Aa
#6eebc9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eebc9 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green92.2%
Blue78.8%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#6eebc9 text on a black background
contrast 14.39:1
Card sample
#6eebc9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eebc9;
Background color
Panel with #6eebc9 background
background-color: #6eebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eebc9; background: linear-gradient(135deg, #6eebc9, #6EBAEB);