#6cd7db
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 215, 219
HSL
182°, 61%, 64%
CMYK
51, 2, 0, 14
Luminance
0.5690
Every format
| HEX | #6cd7db |
| RGB | rgb(108, 215, 219) |
| HSL | hsl(182, 61%, 64%) |
| CMYK | cmyk(51%, 2%, 0%, 14%) |
| LAB | lab(80.1 -29.7 -11.4) |
| LCH | lch(80.1 31.8 201.1) |
| OKLCH | oklch(0.817 0.099 198.7) |
Copy-ready code
/* CSS */
color: #6cd7db;
background-color: #6cd7db;
/* Tailwind (arbitrary) */
class="text-[#6cd7db] bg-[#6cd7db]"
/* SCSS */
$brand: #6cd7db;
/* SwiftUI */
Color(red: 0.424, green: 0.843, blue: 0.859)
/* Android */
Color.parseColor("#6cd7db")Accessibility — WCAG contrast
Aa
#6cd7db on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd7db on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green84.3%
Blue85.9%
CMYK percentages
Cyan50.7%
Magenta1.8%
Yellow0.0%
Key (black)14.1%
Color previews
#6cd7db text on a black background
contrast 12.38:1
Card sample
#6cd7db text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd7db;
Background color
Panel with #6cd7db background
background-color: #6cd7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 215, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 215, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd7db; background: linear-gradient(135deg, #6cd7db, #6C8DDB);