#6464a2
a balanced, soft blue · warm · closest name: steelblue
RGB
100, 100, 162
HSL
240°, 25%, 51%
CMYK
38, 38, 0, 37
Luminance
0.1443
Every format
| HEX | #6464a2 |
| RGB | rgb(100, 100, 162) |
| HSL | hsl(240, 25%, 51%) |
| CMYK | cmyk(38%, 38%, 0%, 37%) |
| LAB | lab(44.9 15.7 -33.5) |
| LCH | lch(44.9 37.0 295.1) |
| OKLCH | oklch(0.530 0.096 282.6) |
Copy-ready code
/* CSS */
color: #6464a2;
background-color: #6464a2;
/* Tailwind (arbitrary) */
class="text-[#6464a2] bg-[#6464a2]"
/* SCSS */
$brand: #6464a2;
/* SwiftUI */
Color(red: 0.392, green: 0.392, blue: 0.635)
/* Android */
Color.parseColor("#6464a2")Accessibility — WCAG contrast
Aa
#6464a2 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6464a2 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green39.2%
Blue63.5%
CMYK percentages
Cyan38.3%
Magenta38.3%
Yellow0.0%
Key (black)36.5%
Color previews
#6464a2 text on a black background
contrast 3.89:1
Card sample
#6464a2 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6464a2;
Background color
Panel with #6464a2 background
background-color: #6464a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6464a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 100, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 100, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6464a2; background: linear-gradient(135deg, #6464a2, #8D64A2);