#6cfbcd
a light, electric cyan · cool · closest name: aquamarine
RGB
108, 251, 205
HSL
161°, 95%, 70%
CMYK
57, 0, 18, 2
Luminance
0.7659
Every format
| HEX | #6cfbcd |
| RGB | rgb(108, 251, 205) |
| HSL | hsl(161, 95%, 70%) |
| CMYK | cmyk(57%, 0%, 18%, 2%) |
| LAB | lab(90.1 -49.3 10.5) |
| LCH | lch(90.1 50.4 167.9) |
| OKLCH | oklch(0.897 0.141 169.0) |
Copy-ready code
/* CSS */
color: #6cfbcd;
background-color: #6cfbcd;
/* Tailwind (arbitrary) */
class="text-[#6cfbcd] bg-[#6cfbcd]"
/* SCSS */
$brand: #6cfbcd;
/* SwiftUI */
Color(red: 0.424, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#6cfbcd")Accessibility — WCAG contrast
Aa
#6cfbcd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfbcd on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.4%
Blue80.4%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#6cfbcd text on a black background
contrast 16.32:1
Card sample
#6cfbcd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfbcd;
Background color
Panel with #6cfbcd background
background-color: #6cfbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfbcd; background: linear-gradient(135deg, #6cfbcd, #6CCAFB);