#6980c9
a balanced, vivid blue · warm · closest name: steelblue
RGB
105, 128, 201
HSL
226°, 47%, 60%
CMYK
48, 36, 0, 21
Luminance
0.2266
Every format
| HEX | #6980c9 |
| RGB | rgb(105, 128, 201) |
| HSL | hsl(226, 47%, 60%) |
| CMYK | cmyk(48%, 36%, 0%, 21%) |
| LAB | lab(54.7 11.6 -40.5) |
| LCH | lch(54.7 42.1 285.9) |
| OKLCH | oklch(0.614 0.114 269.6) |
Copy-ready code
/* CSS */
color: #6980c9;
background-color: #6980c9;
/* Tailwind (arbitrary) */
class="text-[#6980c9] bg-[#6980c9]"
/* SCSS */
$brand: #6980c9;
/* SwiftUI */
Color(red: 0.412, green: 0.502, blue: 0.788)
/* Android */
Color.parseColor("#6980c9")Accessibility — WCAG contrast
Aa
#6980c9 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6980c9 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green50.2%
Blue78.8%
CMYK percentages
Cyan47.8%
Magenta36.3%
Yellow0.0%
Key (black)21.2%
Color previews
#6980c9 text on a black background
contrast 5.53:1
Card sample
#6980c9 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6980c9;
Background color
Panel with #6980c9 background
background-color: #6980c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6980c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 128, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 128, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6980c9; background: linear-gradient(135deg, #6980c9, #9269C9);