#6281cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
98, 129, 205
HSL
223°, 52%, 59%
CMYK
52, 37, 0, 20
Luminance
0.2270
Every format
| HEX | #6281cd |
| RGB | rgb(98, 129, 205) |
| HSL | hsl(223, 52%, 59%) |
| CMYK | cmyk(52%, 37%, 0%, 20%) |
| LAB | lab(54.8 10.6 -42.8) |
| LCH | lch(54.8 44.0 283.9) |
| OKLCH | oklch(0.614 0.121 266.1) |
Copy-ready code
/* CSS */
color: #6281cd;
background-color: #6281cd;
/* Tailwind (arbitrary) */
class="text-[#6281cd] bg-[#6281cd]"
/* SCSS */
$brand: #6281cd;
/* SwiftUI */
Color(red: 0.384, green: 0.506, blue: 0.804)
/* Android */
Color.parseColor("#6281cd")Accessibility — WCAG contrast
Aa
#6281cd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6281cd on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green50.6%
Blue80.4%
CMYK percentages
Cyan52.2%
Magenta37.1%
Yellow0.0%
Key (black)19.6%
Color previews
#6281cd text on a black background
contrast 5.54:1
Card sample
#6281cd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6281cd;
Background color
Panel with #6281cd background
background-color: #6281cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6281cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 129, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 129, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6281cd; background: linear-gradient(135deg, #6281cd, #8A62CD);