#6773df
a balanced, vivid blue · warm · closest name: royalblue
RGB
103, 115, 223
HSL
234°, 65%, 64%
CMYK
54, 48, 0, 13
Luminance
0.2047
Every format
| HEX | #6773df |
| RGB | rgb(103, 115, 223) |
| HSL | hsl(234, 65%, 64%) |
| CMYK | cmyk(54%, 48%, 0%, 13%) |
| LAB | lab(52.4 25.9 -56.7) |
| LCH | lch(52.4 62.3 294.5) |
| OKLCH | oklch(0.599 0.163 275.6) |
Copy-ready code
/* CSS */
color: #6773df;
background-color: #6773df;
/* Tailwind (arbitrary) */
class="text-[#6773df] bg-[#6773df]"
/* SCSS */
$brand: #6773df;
/* SwiftUI */
Color(red: 0.404, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#6773df")Accessibility — WCAG contrast
Aa
#6773df on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6773df on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green45.1%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6773df text on a black background
contrast 5.09:1
Card sample
#6773df text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6773df;
Background color
Panel with #6773df background
background-color: #6773df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6773df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6773df; background: linear-gradient(135deg, #6773df, #AB67DF);