#6adfff
a light, electric cyan · cool · closest name: skyblue
RGB
106, 223, 255
HSL
193°, 100%, 71%
CMYK
58, 13, 0, 0
Luminance
0.6306
Every format
| HEX | #6adfff |
| RGB | rgb(106, 223, 255) |
| HSL | hsl(193, 100%, 71%) |
| CMYK | cmyk(58%, 13%, 0%, 0%) |
| LAB | lab(83.5 -24.1 -25.5) |
| LCH | lch(83.5 35.1 226.6) |
| OKLCH | oklch(0.848 0.114 218.4) |
Copy-ready code
/* CSS */
color: #6adfff;
background-color: #6adfff;
/* Tailwind (arbitrary) */
class="text-[#6adfff] bg-[#6adfff]"
/* SCSS */
$brand: #6adfff;
/* SwiftUI */
Color(red: 0.416, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#6adfff")Accessibility — WCAG contrast
Aa
#6adfff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adfff on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.5%
Blue100.0%
CMYK percentages
Cyan58.4%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#6adfff text on a black background
contrast 13.61:1
Card sample
#6adfff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adfff;
Background color
Panel with #6adfff background
background-color: #6adfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adfff; background: linear-gradient(135deg, #6adfff, #6A7CFF);