#6ba3cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
107, 163, 205
HSL
206°, 50%, 61%
CMYK
48, 21, 0, 20
Luminance
0.3373
Every format
| HEX | #6ba3cd |
| RGB | rgb(107, 163, 205) |
| HSL | hsl(206, 50%, 61%) |
| CMYK | cmyk(48%, 21%, 0%, 20%) |
| LAB | lab(64.7 -6.9 -27.1) |
| LCH | lch(64.7 28.0 255.7) |
| OKLCH | oklch(0.693 0.086 241.9) |
Copy-ready code
/* CSS */
color: #6ba3cd;
background-color: #6ba3cd;
/* Tailwind (arbitrary) */
class="text-[#6ba3cd] bg-[#6ba3cd]"
/* SCSS */
$brand: #6ba3cd;
/* SwiftUI */
Color(red: 0.420, green: 0.639, blue: 0.804)
/* Android */
Color.parseColor("#6ba3cd")Accessibility — WCAG contrast
Aa
#6ba3cd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba3cd on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green63.9%
Blue80.4%
CMYK percentages
Cyan47.8%
Magenta20.5%
Yellow0.0%
Key (black)19.6%
Color previews
#6ba3cd text on a black background
contrast 7.75:1
Card sample
#6ba3cd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba3cd;
Background color
Panel with #6ba3cd background
background-color: #6ba3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 163, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 163, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba3cd; background: linear-gradient(135deg, #6ba3cd, #746BCD);