#6cdfaf
a balanced, vivid green · cool · closest name: aquamarine
RGB
108, 223, 175
HSL
155°, 64%, 65%
CMYK
52, 0, 22, 13
Luminance
0.5906
Every format
| HEX | #6cdfaf |
| RGB | rgb(108, 223, 175) |
| HSL | hsl(155, 64%, 65%) |
| CMYK | cmyk(52%, 0%, 22%, 13%) |
| LAB | lab(81.3 -43.8 13.7) |
| LCH | lch(81.3 45.9 162.7) |
| OKLCH | oklch(0.823 0.127 163.9) |
Copy-ready code
/* CSS */
color: #6cdfaf;
background-color: #6cdfaf;
/* Tailwind (arbitrary) */
class="text-[#6cdfaf] bg-[#6cdfaf]"
/* SCSS */
$brand: #6cdfaf;
/* SwiftUI */
Color(red: 0.424, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#6cdfaf")Accessibility — WCAG contrast
Aa
#6cdfaf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdfaf on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.5%
Blue68.6%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#6cdfaf text on a black background
contrast 12.81:1
Card sample
#6cdfaf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdfaf;
Background color
Panel with #6cdfaf background
background-color: #6cdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdfaf; background: linear-gradient(135deg, #6cdfaf, #6CC2DF);