#6bdbc9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
107, 219, 201
HSL
170°, 61%, 64%
CMYK
51, 0, 8, 14
Luminance
0.5801
Every format
| HEX | #6bdbc9 |
| RGB | rgb(107, 219, 201) |
| HSL | hsl(170, 61%, 64%) |
| CMYK | cmyk(51%, 0%, 8%, 14%) |
| LAB | lab(80.7 -36.4 -0.9) |
| LCH | lch(80.7 36.4 181.5) |
| OKLCH | oklch(0.821 0.106 181.7) |
Copy-ready code
/* CSS */
color: #6bdbc9;
background-color: #6bdbc9;
/* Tailwind (arbitrary) */
class="text-[#6bdbc9] bg-[#6bdbc9]"
/* SCSS */
$brand: #6bdbc9;
/* SwiftUI */
Color(red: 0.420, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#6bdbc9")Accessibility — WCAG contrast
Aa
#6bdbc9 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdbc9 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green85.9%
Blue78.8%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#6bdbc9 text on a black background
contrast 12.60:1
Card sample
#6bdbc9 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdbc9;
Background color
Panel with #6bdbc9 background
background-color: #6bdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdbc9; background: linear-gradient(135deg, #6bdbc9, #6BA2DB);