#6bdaff
a light, electric cyan · cool · closest name: skyblue
RGB
107, 218, 255
HSL
195°, 100%, 71%
CMYK
58, 15, 0, 0
Luminance
0.6049
Every format
| HEX | #6bdaff |
| RGB | rgb(107, 218, 255) |
| HSL | hsl(195, 100%, 71%) |
| CMYK | cmyk(58%, 15%, 0%, 0%) |
| LAB | lab(82.1 -21.4 -27.6) |
| LCH | lch(82.1 35.0 232.2) |
| OKLCH | oklch(0.837 0.114 222.6) |
Copy-ready code
/* CSS */
color: #6bdaff;
background-color: #6bdaff;
/* Tailwind (arbitrary) */
class="text-[#6bdaff] bg-[#6bdaff]"
/* SCSS */
$brand: #6bdaff;
/* SwiftUI */
Color(red: 0.420, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#6bdaff")Accessibility — WCAG contrast
Aa
#6bdaff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdaff on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green85.5%
Blue100.0%
CMYK percentages
Cyan58.0%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#6bdaff text on a black background
contrast 13.10:1
Card sample
#6bdaff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdaff;
Background color
Panel with #6bdaff background
background-color: #6bdaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdaff; background: linear-gradient(135deg, #6bdaff, #6B77FF);