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