#626eb2
a balanced, soft blue · warm · closest name: steelblue
RGB
98, 110, 178
HSL
231°, 34%, 54%
CMYK
45, 38, 0, 30
Luminance
0.1696
Every format
| HEX | #626eb2 |
| RGB | rgb(98, 110, 178) |
| HSL | hsl(231, 34%, 54%) |
| CMYK | cmyk(45%, 38%, 0%, 30%) |
| LAB | lab(48.2 13.8 -37.6) |
| LCH | lch(48.2 40.0 290.1) |
| OKLCH | oklch(0.559 0.106 274.8) |
Copy-ready code
/* CSS */
color: #626eb2;
background-color: #626eb2;
/* Tailwind (arbitrary) */
class="text-[#626eb2] bg-[#626eb2]"
/* SCSS */
$brand: #626eb2;
/* SwiftUI */
Color(red: 0.384, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#626eb2")Accessibility — WCAG contrast
Aa
#626eb2 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#626eb2 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green43.1%
Blue69.8%
CMYK percentages
Cyan44.9%
Magenta38.2%
Yellow0.0%
Key (black)30.2%
Color previews
#626eb2 text on a black background
contrast 4.39:1
Card sample
#626eb2 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626eb2;
Background color
Panel with #626eb2 background
background-color: #626eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626eb2; background: linear-gradient(135deg, #626eb2, #8B62B2);