#6281cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
98, 129, 207
HSL
223°, 53%, 60%
CMYK
53, 38, 0, 19
Luminance
0.2280
Every format
| HEX | #6281cf |
| RGB | rgb(98, 129, 207) |
| HSL | hsl(223, 53%, 60%) |
| CMYK | cmyk(53%, 38%, 0%, 19%) |
| LAB | lab(54.9 11.2 -43.7) |
| LCH | lch(54.9 45.1 284.4) |
| OKLCH | oklch(0.615 0.124 266.4) |
Copy-ready code
/* CSS */
color: #6281cf;
background-color: #6281cf;
/* Tailwind (arbitrary) */
class="text-[#6281cf] bg-[#6281cf]"
/* SCSS */
$brand: #6281cf;
/* SwiftUI */
Color(red: 0.384, green: 0.506, blue: 0.812)
/* Android */
Color.parseColor("#6281cf")Accessibility — WCAG contrast
Aa
#6281cf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6281cf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green50.6%
Blue81.2%
CMYK percentages
Cyan52.7%
Magenta37.7%
Yellow0.0%
Key (black)18.8%
Color previews
#6281cf text on a black background
contrast 5.56:1
Card sample
#6281cf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6281cf;
Background color
Panel with #6281cf background
background-color: #6281cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6281cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 129, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 129, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6281cf; background: linear-gradient(135deg, #6281cf, #8C62CF);