#6adefe
a light, electric cyan · cool · closest name: skyblue
RGB
106, 222, 254
HSL
193°, 99%, 71%
CMYK
58, 13, 0, 0
Luminance
0.6246
Every format
| HEX | #6adefe |
| RGB | rgb(106, 222, 254) |
| HSL | hsl(193, 99%, 71%) |
| CMYK | cmyk(58%, 13%, 0%, 0%) |
| LAB | lab(83.2 -23.9 -25.5) |
| LCH | lch(83.2 34.9 226.8) |
| OKLCH | oklch(0.845 0.114 218.6) |
Copy-ready code
/* CSS */
color: #6adefe;
background-color: #6adefe;
/* Tailwind (arbitrary) */
class="text-[#6adefe] bg-[#6adefe]"
/* SCSS */
$brand: #6adefe;
/* SwiftUI */
Color(red: 0.416, green: 0.871, blue: 0.996)
/* Android */
Color.parseColor("#6adefe")Accessibility — WCAG contrast
Aa
#6adefe on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adefe on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.1%
Blue99.6%
CMYK percentages
Cyan58.3%
Magenta12.6%
Yellow0.0%
Key (black)0.4%
Color previews
#6adefe text on a black background
contrast 13.49:1
Card sample
#6adefe text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adefe;
Background color
Panel with #6adefe background
background-color: #6adefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 222, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 222, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adefe; background: linear-gradient(135deg, #6adefe, #6A7BFE);