#6cdfb4
a balanced, vivid green · cool · closest name: aquamarine
RGB
108, 223, 180
HSL
158°, 64%, 65%
CMYK
52, 0, 19, 13
Luminance
0.5926
Every format
| HEX | #6cdfb4 |
| RGB | rgb(108, 223, 180) |
| HSL | hsl(158, 64%, 65%) |
| CMYK | cmyk(52%, 0%, 19%, 13%) |
| LAB | lab(81.4 -42.8 11.2) |
| LCH | lch(81.4 44.2 165.3) |
| OKLCH | oklch(0.825 0.123 166.5) |
Copy-ready code
/* CSS */
color: #6cdfb4;
background-color: #6cdfb4;
/* Tailwind (arbitrary) */
class="text-[#6cdfb4] bg-[#6cdfb4]"
/* SCSS */
$brand: #6cdfb4;
/* SwiftUI */
Color(red: 0.424, green: 0.875, blue: 0.706)
/* Android */
Color.parseColor("#6cdfb4")Accessibility — WCAG contrast
Aa
#6cdfb4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdfb4 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.5%
Blue70.6%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow19.3%
Key (black)12.5%
Color previews
#6cdfb4 text on a black background
contrast 12.85:1
Card sample
#6cdfb4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdfb4;
Background color
Panel with #6cdfb4 background
background-color: #6cdfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 223, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 223, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdfb4; background: linear-gradient(135deg, #6cdfb4, #6CBDDF);