#6250b9
a balanced, soft blue · warm · closest name: slateblue
RGB
98, 80, 185
HSL
250°, 43%, 52%
CMYK
47, 57, 0, 28
Luminance
0.1184
Every format
| HEX | #6250b9 |
| RGB | rgb(98, 80, 185) |
| HSL | hsl(250, 43%, 52%) |
| CMYK | cmyk(47%, 57%, 0%, 28%) |
| LAB | lab(41.0 34.3 -53.3) |
| LCH | lch(41.0 63.4 302.8) |
| OKLCH | oklch(0.505 0.159 287.1) |
Copy-ready code
/* CSS */
color: #6250b9;
background-color: #6250b9;
/* Tailwind (arbitrary) */
class="text-[#6250b9] bg-[#6250b9]"
/* SCSS */
$brand: #6250b9;
/* SwiftUI */
Color(red: 0.384, green: 0.314, blue: 0.725)
/* Android */
Color.parseColor("#6250b9")Accessibility — WCAG contrast
Aa
#6250b9 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6250b9 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green31.4%
Blue72.5%
CMYK percentages
Cyan47.0%
Magenta56.8%
Yellow0.0%
Key (black)27.5%
Color previews
#6250b9 text on a black background
contrast 3.37:1
Card sample
#6250b9 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6250b9;
Background color
Panel with #6250b9 background
background-color: #6250b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6250b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 80, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 80, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6250b9; background: linear-gradient(135deg, #6250b9, #A850B9);