#6aceff
a light, electric cyan · cool · closest name: skyblue
RGB
106, 206, 255
HSL
200°, 100%, 71%
CMYK
58, 19, 0, 0
Luminance
0.5443
Every format
| HEX | #6aceff |
| RGB | rgb(106, 206, 255) |
| HSL | hsl(200, 100%, 71%) |
| CMYK | cmyk(58%, 19%, 0%, 0%) |
| LAB | lab(78.7 -15.5 -32.8) |
| LCH | lch(78.7 36.3 244.7) |
| OKLCH | oklch(0.810 0.116 232.0) |
Copy-ready code
/* CSS */
color: #6aceff;
background-color: #6aceff;
/* Tailwind (arbitrary) */
class="text-[#6aceff] bg-[#6aceff]"
/* SCSS */
$brand: #6aceff;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#6aceff")Accessibility — WCAG contrast
Aa
#6aceff on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aceff on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue100.0%
CMYK percentages
Cyan58.4%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#6aceff text on a black background
contrast 11.89:1
Card sample
#6aceff text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aceff;
Background color
Panel with #6aceff background
background-color: #6aceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aceff; background: linear-gradient(135deg, #6aceff, #6A6BFF);