#6edeb2
a light, vivid green · cool · closest name: aquamarine
RGB
110, 222, 178
HSL
156°, 63%, 65%
CMYK
51, 0, 20, 13
Luminance
0.5877
Every format
| HEX | #6edeb2 |
| RGB | rgb(110, 222, 178) |
| HSL | hsl(156, 63%, 65%) |
| CMYK | cmyk(51%, 0%, 20%, 13%) |
| LAB | lab(81.2 -42.3 11.9) |
| LCH | lch(81.2 43.9 164.3) |
| OKLCH | oklch(0.823 0.122 165.5) |
Copy-ready code
/* CSS */
color: #6edeb2;
background-color: #6edeb2;
/* Tailwind (arbitrary) */
class="text-[#6edeb2] bg-[#6edeb2]"
/* SCSS */
$brand: #6edeb2;
/* SwiftUI */
Color(red: 0.431, green: 0.871, blue: 0.698)
/* Android */
Color.parseColor("#6edeb2")Accessibility — WCAG contrast
Aa
#6edeb2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6edeb2 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green87.1%
Blue69.8%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow19.8%
Key (black)12.9%
Color previews
#6edeb2 text on a black background
contrast 12.75:1
Card sample
#6edeb2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6edeb2;
Background color
Panel with #6edeb2 background
background-color: #6edeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6edeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 222, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 222, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6edeb2; background: linear-gradient(135deg, #6edeb2, #6EBFDE);