#6cefdb
a light, electric cyan · cool · closest name: turquoise
RGB
108, 239, 219
HSL
171°, 80%, 68%
CMYK
55, 0, 8, 6
Luminance
0.7004
Every format
| HEX | #6cefdb |
| RGB | rgb(108, 239, 219) |
| HSL | hsl(171, 80%, 68%) |
| CMYK | cmyk(55%, 0%, 8%, 6%) |
| LAB | lab(87.0 -40.8 -1.3) |
| LCH | lch(87.0 40.9 181.8) |
| OKLCH | oklch(0.873 0.120 182.0) |
Copy-ready code
/* CSS */
color: #6cefdb;
background-color: #6cefdb;
/* Tailwind (arbitrary) */
class="text-[#6cefdb] bg-[#6cefdb]"
/* SCSS */
$brand: #6cefdb;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.859)
/* Android */
Color.parseColor("#6cefdb")Accessibility — WCAG contrast
Aa
#6cefdb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cefdb on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue85.9%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow8.4%
Key (black)6.3%
Color previews
#6cefdb text on a black background
contrast 15.01:1
Card sample
#6cefdb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cefdb;
Background color
Panel with #6cefdb background
background-color: #6cefdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cefdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cefdb; background: linear-gradient(135deg, #6cefdb, #6CACEF);