#604fba
a balanced, soft blue · warm · closest name: slateblue
RGB
96, 79, 186
HSL
250°, 44%, 52%
CMYK
48, 58, 0, 27
Luminance
0.1162
Every format
| HEX | #604fba |
| RGB | rgb(96, 79, 186) |
| HSL | hsl(250, 44%, 52%) |
| CMYK | cmyk(48%, 58%, 0%, 27%) |
| LAB | lab(40.6 34.8 -54.4) |
| LCH | lch(40.6 64.6 302.6) |
| OKLCH | oklch(0.502 0.162 286.3) |
Copy-ready code
/* CSS */
color: #604fba;
background-color: #604fba;
/* Tailwind (arbitrary) */
class="text-[#604fba] bg-[#604fba]"
/* SCSS */
$brand: #604fba;
/* SwiftUI */
Color(red: 0.376, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#604fba")Accessibility — WCAG contrast
Aa
#604fba on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#604fba on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green31.0%
Blue72.9%
CMYK percentages
Cyan48.4%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#604fba text on a black background
contrast 3.32:1
Card sample
#604fba text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604fba;
Background color
Panel with #604fba background
background-color: #604fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604fba; background: linear-gradient(135deg, #604fba, #A74FBA);