#6cdfba
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
108, 223, 186
HSL
161°, 64%, 65%
CMYK
52, 0, 17, 13
Luminance
0.5951
Every format
| HEX | #6cdfba |
| RGB | rgb(108, 223, 186) |
| HSL | hsl(161, 64%, 65%) |
| CMYK | cmyk(52%, 0%, 17%, 13%) |
| LAB | lab(81.6 -41.4 8.2) |
| LCH | lch(81.6 42.3 168.8) |
| OKLCH | oklch(0.826 0.119 169.8) |
Copy-ready code
/* CSS */
color: #6cdfba;
background-color: #6cdfba;
/* Tailwind (arbitrary) */
class="text-[#6cdfba] bg-[#6cdfba]"
/* SCSS */
$brand: #6cdfba;
/* SwiftUI */
Color(red: 0.424, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#6cdfba")Accessibility — WCAG contrast
Aa
#6cdfba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdfba on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#6cdfba text on a black background
contrast 12.90:1
Card sample
#6cdfba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdfba;
Background color
Panel with #6cdfba background
background-color: #6cdfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdfba; background: linear-gradient(135deg, #6cdfba, #6CB7DF);