#6a7ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
106, 122, 222
HSL
232°, 64%, 64%
CMYK
52, 45, 0, 13
Luminance
0.2226
Every format
| HEX | #6a7ade |
| RGB | rgb(106, 122, 222) |
| HSL | hsl(232, 64%, 64%) |
| CMYK | cmyk(52%, 45%, 0%, 13%) |
| LAB | lab(54.3 21.9 -53.0) |
| LCH | lch(54.3 57.4 292.5) |
| OKLCH | oklch(0.614 0.151 274.2) |
Copy-ready code
/* CSS */
color: #6a7ade;
background-color: #6a7ade;
/* Tailwind (arbitrary) */
class="text-[#6a7ade] bg-[#6a7ade]"
/* SCSS */
$brand: #6a7ade;
/* SwiftUI */
Color(red: 0.416, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#6a7ade")Accessibility — WCAG contrast
Aa
#6a7ade on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6a7ade on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green47.8%
Blue87.1%
CMYK percentages
Cyan52.3%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#6a7ade text on a black background
contrast 5.45:1
Card sample
#6a7ade text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a7ade;
Background color
Panel with #6a7ade background
background-color: #6a7ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a7ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a7ade; background: linear-gradient(135deg, #6a7ade, #A76ADE);