#6abbfd
a light, electric blue · cool · closest name: skyblue
RGB
106, 187, 253
HSL
207°, 97%, 70%
CMYK
58, 26, 0, 1
Luminance
0.4570
Every format
| HEX | #6abbfd |
| RGB | rgb(106, 187, 253) |
| HSL | hsl(207, 97%, 70%) |
| CMYK | cmyk(58%, 26%, 0%, 1%) |
| LAB | lab(73.3 -6.0 -40.1) |
| LCH | lch(73.3 40.5 261.5) |
| OKLCH | oklch(0.767 0.124 245.0) |
Copy-ready code
/* CSS */
color: #6abbfd;
background-color: #6abbfd;
/* Tailwind (arbitrary) */
class="text-[#6abbfd] bg-[#6abbfd]"
/* SCSS */
$brand: #6abbfd;
/* SwiftUI */
Color(red: 0.416, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#6abbfd")Accessibility — WCAG contrast
Aa
#6abbfd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abbfd on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green73.3%
Blue99.2%
CMYK percentages
Cyan58.1%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#6abbfd text on a black background
contrast 10.14:1
Card sample
#6abbfd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abbfd;
Background color
Panel with #6abbfd background
background-color: #6abbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abbfd; background: linear-gradient(135deg, #6abbfd, #7B6AFD);