#6cfdcd
a light, electric cyan · cool · closest name: aquamarine
RGB
108, 253, 205
HSL
160°, 97%, 71%
CMYK
57, 0, 19, 1
Luminance
0.7785
Every format
| HEX | #6cfdcd |
| RGB | rgb(108, 253, 205) |
| HSL | hsl(160, 97%, 71%) |
| CMYK | cmyk(57%, 0%, 19%, 1%) |
| LAB | lab(90.7 -50.2 11.3) |
| LCH | lch(90.7 51.4 167.3) |
| OKLCH | oklch(0.902 0.143 168.3) |
Copy-ready code
/* CSS */
color: #6cfdcd;
background-color: #6cfdcd;
/* Tailwind (arbitrary) */
class="text-[#6cfdcd] bg-[#6cfdcd]"
/* SCSS */
$brand: #6cfdcd;
/* SwiftUI */
Color(red: 0.424, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#6cfdcd")Accessibility — WCAG contrast
Aa
#6cfdcd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfdcd on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green99.2%
Blue80.4%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#6cfdcd text on a black background
contrast 16.57:1
Card sample
#6cfdcd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfdcd;
Background color
Panel with #6cfdcd background
background-color: #6cfdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfdcd; background: linear-gradient(135deg, #6cfdcd, #6CCCFD);