#6abef1
a light, electric blue · cool · closest name: skyblue
RGB
106, 190, 241
HSL
203°, 83%, 68%
CMYK
56, 21, 0, 6
Luminance
0.4624
Every format
| HEX | #6abef1 |
| RGB | rgb(106, 190, 241) |
| HSL | hsl(203, 83%, 68%) |
| CMYK | cmyk(56%, 21%, 0%, 6%) |
| LAB | lab(73.7 -11.2 -33.0) |
| LCH | lch(73.7 34.9 251.2) |
| OKLCH | oklch(0.768 0.110 237.2) |
Copy-ready code
/* CSS */
color: #6abef1;
background-color: #6abef1;
/* Tailwind (arbitrary) */
class="text-[#6abef1] bg-[#6abef1]"
/* SCSS */
$brand: #6abef1;
/* SwiftUI */
Color(red: 0.416, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#6abef1")Accessibility — WCAG contrast
Aa
#6abef1 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abef1 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.5%
Blue94.5%
CMYK percentages
Cyan56.0%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#6abef1 text on a black background
contrast 10.25:1
Card sample
#6abef1 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abef1;
Background color
Panel with #6abef1 background
background-color: #6abef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abef1; background: linear-gradient(135deg, #6abef1, #706AF1);