#6bacdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
107, 172, 223
HSL
206°, 64%, 65%
CMYK
52, 23, 0, 13
Luminance
0.3796
Every format
| HEX | #6bacdf |
| RGB | rgb(107, 172, 223) |
| HSL | hsl(206, 64%, 65%) |
| CMYK | cmyk(52%, 23%, 0%, 13%) |
| LAB | lab(68.0 -6.6 -32.1) |
| LCH | lch(68.0 32.8 258.3) |
| OKLCH | oklch(0.721 0.100 243.5) |
Copy-ready code
/* CSS */
color: #6bacdf;
background-color: #6bacdf;
/* Tailwind (arbitrary) */
class="text-[#6bacdf] bg-[#6bacdf]"
/* SCSS */
$brand: #6bacdf;
/* SwiftUI */
Color(red: 0.420, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#6bacdf")Accessibility — WCAG contrast
Aa
#6bacdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bacdf on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green67.5%
Blue87.5%
CMYK percentages
Cyan52.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#6bacdf text on a black background
contrast 8.59:1
Card sample
#6bacdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bacdf;
Background color
Panel with #6bacdf background
background-color: #6bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bacdf; background: linear-gradient(135deg, #6bacdf, #776BDF);