#6c8fd7
a balanced, vivid blue · cool · closest name: steelblue
RGB
108, 143, 215
HSL
220°, 57%, 63%
CMYK
50, 34, 0, 16
Luminance
0.2774
Every format
| HEX | #6c8fd7 |
| RGB | rgb(108, 143, 215) |
| HSL | hsl(220, 57%, 63%) |
| CMYK | cmyk(50%, 34%, 0%, 16%) |
| LAB | lab(59.6 7.7 -40.6) |
| LCH | lch(59.6 41.4 280.7) |
| OKLCH | oklch(0.655 0.115 263.8) |
Copy-ready code
/* CSS */
color: #6c8fd7;
background-color: #6c8fd7;
/* Tailwind (arbitrary) */
class="text-[#6c8fd7] bg-[#6c8fd7]"
/* SCSS */
$brand: #6c8fd7;
/* SwiftUI */
Color(red: 0.424, green: 0.561, blue: 0.843)
/* Android */
Color.parseColor("#6c8fd7")Accessibility — WCAG contrast
Aa
#6c8fd7 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c8fd7 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green56.1%
Blue84.3%
CMYK percentages
Cyan49.8%
Magenta33.5%
Yellow0.0%
Key (black)15.7%
Color previews
#6c8fd7 text on a black background
contrast 6.55:1
Card sample
#6c8fd7 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c8fd7;
Background color
Panel with #6c8fd7 background
background-color: #6c8fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c8fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 143, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 143, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c8fd7; background: linear-gradient(135deg, #6c8fd7, #906CD7);