#6dc3d2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
109, 195, 210
HSL
189°, 53%, 63%
CMYK
48, 7, 0, 18
Luminance
0.4693
Every format
| HEX | #6dc3d2 |
| RGB | rgb(109, 195, 210) |
| HSL | hsl(189, 53%, 63%) |
| CMYK | cmyk(48%, 7%, 0%, 18%) |
| LAB | lab(74.2 -22.0 -15.6) |
| LCH | lch(74.2 26.9 215.3) |
| OKLCH | oklch(0.769 0.086 210.0) |
Copy-ready code
/* CSS */
color: #6dc3d2;
background-color: #6dc3d2;
/* Tailwind (arbitrary) */
class="text-[#6dc3d2] bg-[#6dc3d2]"
/* SCSS */
$brand: #6dc3d2;
/* SwiftUI */
Color(red: 0.427, green: 0.765, blue: 0.824)
/* Android */
Color.parseColor("#6dc3d2")Accessibility — WCAG contrast
Aa
#6dc3d2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dc3d2 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green76.5%
Blue82.4%
CMYK percentages
Cyan48.1%
Magenta7.1%
Yellow0.0%
Key (black)17.6%
Color previews
#6dc3d2 text on a black background
contrast 10.39:1
Card sample
#6dc3d2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dc3d2;
Background color
Panel with #6dc3d2 background
background-color: #6dc3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dc3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 195, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 195, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dc3d2; background: linear-gradient(135deg, #6dc3d2, #6D80D2);