#6982cd
a balanced, vivid blue · warm · closest name: steelblue
RGB
105, 130, 205
HSL
225°, 50%, 61%
CMYK
49, 37, 0, 20
Luminance
0.2338
Every format
| HEX | #6982cd |
| RGB | rgb(105, 130, 205) |
| HSL | hsl(225, 50%, 61%) |
| CMYK | cmyk(49%, 37%, 0%, 20%) |
| LAB | lab(55.5 11.6 -41.6) |
| LCH | lch(55.5 43.2 285.6) |
| OKLCH | oklch(0.620 0.117 268.8) |
Copy-ready code
/* CSS */
color: #6982cd;
background-color: #6982cd;
/* Tailwind (arbitrary) */
class="text-[#6982cd] bg-[#6982cd]"
/* SCSS */
$brand: #6982cd;
/* SwiftUI */
Color(red: 0.412, green: 0.510, blue: 0.804)
/* Android */
Color.parseColor("#6982cd")Accessibility — WCAG contrast
Aa
#6982cd on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6982cd on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green51.0%
Blue80.4%
CMYK percentages
Cyan48.8%
Magenta36.6%
Yellow0.0%
Key (black)19.6%
Color previews
#6982cd text on a black background
contrast 5.68:1
Card sample
#6982cd text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6982cd;
Background color
Panel with #6982cd background
background-color: #6982cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6982cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 130, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 130, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6982cd; background: linear-gradient(135deg, #6982cd, #9369CD);