#6dc7ff
a light, electric blue · cool · closest name: skyblue
RGB
109, 199, 255
HSL
203°, 100%, 71%
CMYK
57, 22, 0, 0
Luminance
0.5132
Every format
| HEX | #6dc7ff |
| RGB | rgb(109, 199, 255) |
| HSL | hsl(203, 100%, 71%) |
| CMYK | cmyk(57%, 22%, 0%, 0%) |
| LAB | lab(76.9 -11.3 -35.7) |
| LCH | lch(76.9 37.4 252.5) |
| OKLCH | oklch(0.796 0.118 238.0) |
Copy-ready code
/* CSS */
color: #6dc7ff;
background-color: #6dc7ff;
/* Tailwind (arbitrary) */
class="text-[#6dc7ff] bg-[#6dc7ff]"
/* SCSS */
$brand: #6dc7ff;
/* SwiftUI */
Color(red: 0.427, green: 0.780, blue: 1.000)
/* Android */
Color.parseColor("#6dc7ff")Accessibility — WCAG contrast
Aa
#6dc7ff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dc7ff on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green78.0%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta22.0%
Yellow0.0%
Key (black)0.0%
Color previews
#6dc7ff text on a black background
contrast 11.26:1
Card sample
#6dc7ff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dc7ff;
Background color
Panel with #6dc7ff background
background-color: #6dc7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dc7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 199, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 199, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dc7ff; background: linear-gradient(135deg, #6dc7ff, #746DFF);