#6adfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
106, 223, 223
HSL
180°, 65%, 65%
CMYK
53, 0, 0, 13
Luminance
0.6117
Every format
| HEX | #6adfdf |
| RGB | rgb(106, 223, 223) |
| HSL | hsl(180, 65%, 65%) |
| CMYK | cmyk(53%, 0%, 0%, 13%) |
| LAB | lab(82.5 -32.9 -10.1) |
| LCH | lch(82.5 34.4 197.1) |
| OKLCH | oklch(0.837 0.106 195.3) |
Copy-ready code
/* CSS */
color: #6adfdf;
background-color: #6adfdf;
/* Tailwind (arbitrary) */
class="text-[#6adfdf] bg-[#6adfdf]"
/* SCSS */
$brand: #6adfdf;
/* SwiftUI */
Color(red: 0.416, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#6adfdf")Accessibility — WCAG contrast
Aa
#6adfdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adfdf on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.5%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6adfdf text on a black background
contrast 13.23:1
Card sample
#6adfdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adfdf;
Background color
Panel with #6adfdf background
background-color: #6adfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adfdf; background: linear-gradient(135deg, #6adfdf, #6A91DF);