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