#6281b2
a balanced, soft blue · cool · closest name: steelblue
RGB
98, 129, 178
HSL
217°, 34%, 54%
CMYK
45, 28, 0, 30
Luminance
0.2151
Every format
| HEX | #6281b2 |
| RGB | rgb(98, 129, 178) |
| HSL | hsl(217, 34%, 54%) |
| CMYK | cmyk(45%, 28%, 0%, 30%) |
| LAB | lab(53.5 2.3 -29.3) |
| LCH | lch(53.5 29.4 274.5) |
| OKLCH | oklch(0.600 0.083 259.3) |
Copy-ready code
/* CSS */
color: #6281b2;
background-color: #6281b2;
/* Tailwind (arbitrary) */
class="text-[#6281b2] bg-[#6281b2]"
/* SCSS */
$brand: #6281b2;
/* SwiftUI */
Color(red: 0.384, green: 0.506, blue: 0.698)
/* Android */
Color.parseColor("#6281b2")Accessibility — WCAG contrast
Aa
#6281b2 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6281b2 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green50.6%
Blue69.8%
CMYK percentages
Cyan44.9%
Magenta27.5%
Yellow0.0%
Key (black)30.2%
Color previews
#6281b2 text on a black background
contrast 5.30:1
Card sample
#6281b2 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6281b2;
Background color
Panel with #6281b2 background
background-color: #6281b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6281b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 129, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 129, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6281b2; background: linear-gradient(135deg, #6281b2, #7862B2);