#6becdf
a light, electric cyan · cool · closest name: turquoise
RGB
107, 236, 223
HSL
174°, 77%, 67%
CMYK
55, 0, 6, 8
Luminance
0.6844
Every format
| HEX | #6becdf |
| RGB | rgb(107, 236, 223) |
| HSL | hsl(174, 77%, 67%) |
| CMYK | cmyk(55%, 0%, 6%, 8%) |
| LAB | lab(86.2 -38.7 -4.5) |
| LCH | lch(86.2 39.0 186.7) |
| OKLCH | oklch(0.867 0.116 186.4) |
Copy-ready code
/* CSS */
color: #6becdf;
background-color: #6becdf;
/* Tailwind (arbitrary) */
class="text-[#6becdf] bg-[#6becdf]"
/* SCSS */
$brand: #6becdf;
/* SwiftUI */
Color(red: 0.420, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#6becdf")Accessibility — WCAG contrast
Aa
#6becdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6becdf on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green92.5%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#6becdf text on a black background
contrast 14.69:1
Card sample
#6becdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6becdf;
Background color
Panel with #6becdf background
background-color: #6becdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6becdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6becdf; background: linear-gradient(135deg, #6becdf, #6BA3EC);