#6bdbb2
a balanced, vivid green · cool · closest name: aquamarine
RGB
107, 219, 178
HSL
158°, 61%, 64%
CMYK
51, 0, 19, 14
Luminance
0.5700
Every format
| HEX | #6bdbb2 |
| RGB | rgb(107, 219, 178) |
| HSL | hsl(158, 61%, 64%) |
| CMYK | cmyk(51%, 0%, 19%, 14%) |
| LAB | lab(80.2 -41.7 10.5) |
| LCH | lch(80.2 43.0 165.9) |
| OKLCH | oklch(0.814 0.120 167.0) |
Copy-ready code
/* CSS */
color: #6bdbb2;
background-color: #6bdbb2;
/* Tailwind (arbitrary) */
class="text-[#6bdbb2] bg-[#6bdbb2]"
/* SCSS */
$brand: #6bdbb2;
/* SwiftUI */
Color(red: 0.420, green: 0.859, blue: 0.698)
/* Android */
Color.parseColor("#6bdbb2")Accessibility — WCAG contrast
Aa
#6bdbb2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdbb2 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green85.9%
Blue69.8%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow18.7%
Key (black)14.1%
Color previews
#6bdbb2 text on a black background
contrast 12.40:1
Card sample
#6bdbb2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdbb2;
Background color
Panel with #6bdbb2 background
background-color: #6bdbb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdbb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 219, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 219, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdbb2; background: linear-gradient(135deg, #6bdbb2, #6BB9DB);