#6adcfd
a light, electric cyan · cool · closest name: skyblue
RGB
106, 220, 253
HSL
194°, 97%, 70%
CMYK
58, 13, 0, 1
Luminance
0.6134
Every format
| HEX | #6adcfd |
| RGB | rgb(106, 220, 253) |
| HSL | hsl(194, 97%, 70%) |
| CMYK | cmyk(58%, 13%, 0%, 1%) |
| LAB | lab(82.6 -23.2 -25.9) |
| LCH | lch(82.6 34.7 228.1) |
| OKLCH | oklch(0.840 0.113 219.5) |
Copy-ready code
/* CSS */
color: #6adcfd;
background-color: #6adcfd;
/* Tailwind (arbitrary) */
class="text-[#6adcfd] bg-[#6adcfd]"
/* SCSS */
$brand: #6adcfd;
/* SwiftUI */
Color(red: 0.416, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#6adcfd")Accessibility — WCAG contrast
Aa
#6adcfd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adcfd on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green86.3%
Blue99.2%
CMYK percentages
Cyan58.1%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#6adcfd text on a black background
contrast 13.27:1
Card sample
#6adcfd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adcfd;
Background color
Panel with #6adcfd background
background-color: #6adcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adcfd; background: linear-gradient(135deg, #6adcfd, #6A7AFD);