#6aeafd
a light, electric cyan · cool · closest name: skyblue
RGB
106, 234, 253
HSL
188°, 97%, 70%
CMYK
58, 8, 0, 1
Luminance
0.6900
Every format
| HEX | #6aeafd |
| RGB | rgb(106, 234, 253) |
| HSL | hsl(188, 97%, 70%) |
| CMYK | cmyk(58%, 8%, 0%, 1%) |
| LAB | lab(86.5 -30.1 -19.9) |
| LCH | lch(86.5 36.0 213.5) |
| OKLCH | oklch(0.872 0.115 208.5) |
Copy-ready code
/* CSS */
color: #6aeafd;
background-color: #6aeafd;
/* Tailwind (arbitrary) */
class="text-[#6aeafd] bg-[#6aeafd]"
/* SCSS */
$brand: #6aeafd;
/* SwiftUI */
Color(red: 0.416, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#6aeafd")Accessibility — WCAG contrast
Aa
#6aeafd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aeafd on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green91.8%
Blue99.2%
CMYK percentages
Cyan58.1%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#6aeafd text on a black background
contrast 14.80:1
Card sample
#6aeafd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aeafd;
Background color
Panel with #6aeafd background
background-color: #6aeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aeafd; background: linear-gradient(135deg, #6aeafd, #6A88FD);