#6bacfa
a light, electric blue · cool · closest name: steelblue
RGB
107, 172, 250
HSL
213°, 94%, 70%
CMYK
57, 31, 0, 2
Luminance
0.3953
Every format
| HEX | #6bacfa |
| RGB | rgb(107, 172, 250) |
| HSL | hsl(213, 94%, 70%) |
| CMYK | cmyk(57%, 31%, 0%, 2%) |
| LAB | lab(69.1 1.6 -45.0) |
| LCH | lch(69.1 45.1 272.0) |
| OKLCH | oklch(0.734 0.132 253.9) |
Copy-ready code
/* CSS */
color: #6bacfa;
background-color: #6bacfa;
/* Tailwind (arbitrary) */
class="text-[#6bacfa] bg-[#6bacfa]"
/* SCSS */
$brand: #6bacfa;
/* SwiftUI */
Color(red: 0.420, green: 0.675, blue: 0.980)
/* Android */
Color.parseColor("#6bacfa")Accessibility — WCAG contrast
Aa
#6bacfa on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bacfa on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green67.5%
Blue98.0%
CMYK percentages
Cyan57.2%
Magenta31.2%
Yellow0.0%
Key (black)2.0%
Color previews
#6bacfa text on a black background
contrast 8.91:1
Card sample
#6bacfa text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bacfa;
Background color
Panel with #6bacfa background
background-color: #6bacfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bacfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 172, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 172, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bacfa; background: linear-gradient(135deg, #6bacfa, #896BFA);