#6adcfb
a light, electric cyan · cool · closest name: skyblue
RGB
106, 220, 251
HSL
193°, 95%, 70%
CMYK
58, 12, 0, 2
Luminance
0.6122
Every format
| HEX | #6adcfb |
| RGB | rgb(106, 220, 251) |
| HSL | hsl(193, 95%, 70%) |
| CMYK | cmyk(58%, 12%, 0%, 2%) |
| LAB | lab(82.5 -23.8 -24.9) |
| LCH | lch(82.5 34.4 226.3) |
| OKLCH | oklch(0.840 0.112 218.2) |
Copy-ready code
/* CSS */
color: #6adcfb;
background-color: #6adcfb;
/* Tailwind (arbitrary) */
class="text-[#6adcfb] bg-[#6adcfb]"
/* SCSS */
$brand: #6adcfb;
/* SwiftUI */
Color(red: 0.416, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#6adcfb")Accessibility — WCAG contrast
Aa
#6adcfb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adcfb on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green86.3%
Blue98.4%
CMYK percentages
Cyan57.8%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#6adcfb text on a black background
contrast 13.24:1
Card sample
#6adcfb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adcfb;
Background color
Panel with #6adcfb background
background-color: #6adcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adcfb; background: linear-gradient(135deg, #6adcfb, #6A7BFB);