#6abdfd
a light, electric blue · cool · closest name: skyblue
RGB
106, 189, 253
HSL
206°, 97%, 70%
CMYK
58, 25, 0, 1
Luminance
0.4655
Every format
| HEX | #6abdfd |
| RGB | rgb(106, 189, 253) |
| HSL | hsl(206, 97%, 70%) |
| CMYK | cmyk(58%, 25%, 0%, 1%) |
| LAB | lab(73.9 -7.1 -39.2) |
| LCH | lch(73.9 39.8 259.8) |
| OKLCH | oklch(0.771 0.123 243.6) |
Copy-ready code
/* CSS */
color: #6abdfd;
background-color: #6abdfd;
/* Tailwind (arbitrary) */
class="text-[#6abdfd] bg-[#6abdfd]"
/* SCSS */
$brand: #6abdfd;
/* SwiftUI */
Color(red: 0.416, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#6abdfd")Accessibility — WCAG contrast
Aa
#6abdfd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abdfd on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.1%
Blue99.2%
CMYK percentages
Cyan58.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#6abdfd text on a black background
contrast 10.31:1
Card sample
#6abdfd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abdfd;
Background color
Panel with #6abdfd background
background-color: #6abdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abdfd; background: linear-gradient(135deg, #6abdfd, #796AFD);