#6cabdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
108, 171, 223
HSL
207°, 64%, 65%
CMYK
52, 23, 0, 13
Luminance
0.3764
Every format
| HEX | #6cabdf |
| RGB | rgb(108, 171, 223) |
| HSL | hsl(207, 64%, 65%) |
| CMYK | cmyk(52%, 23%, 0%, 13%) |
| LAB | lab(67.8 -5.9 -32.4) |
| LCH | lch(67.8 33.0 259.8) |
| OKLCH | oklch(0.719 0.100 244.7) |
Copy-ready code
/* CSS */
color: #6cabdf;
background-color: #6cabdf;
/* Tailwind (arbitrary) */
class="text-[#6cabdf] bg-[#6cabdf]"
/* SCSS */
$brand: #6cabdf;
/* SwiftUI */
Color(red: 0.424, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#6cabdf")Accessibility — WCAG contrast
Aa
#6cabdf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cabdf on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green67.1%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#6cabdf text on a black background
contrast 8.53:1
Card sample
#6cabdf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cabdf;
Background color
Panel with #6cabdf background
background-color: #6cabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cabdf; background: linear-gradient(135deg, #6cabdf, #7A6CDF);