#6bcfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
107, 207, 223
HSL
188°, 64%, 65%
CMYK
52, 7, 0, 13
Luminance
0.5308
Every format
| HEX | #6bcfdf |
| RGB | rgb(107, 207, 223) |
| HSL | hsl(188, 64%, 65%) |
| CMYK | cmyk(52%, 7%, 0%, 13%) |
| LAB | lab(77.9 -24.9 -16.9) |
| LCH | lch(77.9 30.1 214.1) |
| OKLCH | oklch(0.800 0.096 209.1) |
Copy-ready code
/* CSS */
color: #6bcfdf;
background-color: #6bcfdf;
/* Tailwind (arbitrary) */
class="text-[#6bcfdf] bg-[#6bcfdf]"
/* SCSS */
$brand: #6bcfdf;
/* SwiftUI */
Color(red: 0.420, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#6bcfdf")Accessibility — WCAG contrast
Aa
#6bcfdf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bcfdf on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan52.0%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#6bcfdf text on a black background
contrast 11.62:1
Card sample
#6bcfdf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bcfdf;
Background color
Panel with #6bcfdf background
background-color: #6bcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bcfdf; background: linear-gradient(135deg, #6bcfdf, #6B82DF);