#6baef1
a light, electric blue · cool · closest name: steelblue
RGB
107, 174, 241
HSL
210°, 83%, 68%
CMYK
56, 28, 0, 6
Luminance
0.3975
Every format
| HEX | #6baef1 |
| RGB | rgb(107, 174, 241) |
| HSL | hsl(210, 83%, 68%) |
| CMYK | cmyk(56%, 28%, 0%, 6%) |
| LAB | lab(69.3 -2.3 -39.9) |
| LCH | lch(69.3 40.0 266.7) |
| OKLCH | oklch(0.734 0.119 249.7) |
Copy-ready code
/* CSS */
color: #6baef1;
background-color: #6baef1;
/* Tailwind (arbitrary) */
class="text-[#6baef1] bg-[#6baef1]"
/* SCSS */
$brand: #6baef1;
/* SwiftUI */
Color(red: 0.420, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#6baef1")Accessibility — WCAG contrast
Aa
#6baef1 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6baef1 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.2%
Blue94.5%
CMYK percentages
Cyan55.6%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#6baef1 text on a black background
contrast 8.95:1
Card sample
#6baef1 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6baef1;
Background color
Panel with #6baef1 background
background-color: #6baef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6baef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6baef1; background: linear-gradient(135deg, #6baef1, #816BF1);