#6773f4
a light, electric blue · warm · closest name: royalblue
RGB
103, 115, 244
HSL
235°, 87%, 68%
CMYK
58, 53, 0, 4
Luminance
0.2168
Every format
| HEX | #6773f4 |
| RGB | rgb(103, 115, 244) |
| HSL | hsl(235, 87%, 68%) |
| CMYK | cmyk(58%, 53%, 0%, 4%) |
| LAB | lab(53.7 32.5 -66.3) |
| LCH | lch(53.7 73.9 296.1) |
| OKLCH | oklch(0.613 0.191 275.3) |
Copy-ready code
/* CSS */
color: #6773f4;
background-color: #6773f4;
/* Tailwind (arbitrary) */
class="text-[#6773f4] bg-[#6773f4]"
/* SCSS */
$brand: #6773f4;
/* SwiftUI */
Color(red: 0.404, green: 0.451, blue: 0.957)
/* Android */
Color.parseColor("#6773f4")Accessibility — WCAG contrast
Aa
#6773f4 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6773f4 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green45.1%
Blue95.7%
CMYK percentages
Cyan57.8%
Magenta52.9%
Yellow0.0%
Key (black)4.3%
Color previews
#6773f4 text on a black background
contrast 5.34:1
Card sample
#6773f4 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6773f4;
Background color
Panel with #6773f4 background
background-color: #6773f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6773f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 115, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 115, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6773f4; background: linear-gradient(135deg, #6773f4, #B967F4);