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