#6771f4
a light, electric blue · warm · closest name: royalblue
RGB
103, 113, 244
HSL
236°, 87%, 68%
CMYK
58, 54, 0, 4
Luminance
0.2123
Every format
| HEX | #6771f4 |
| RGB | rgb(103, 113, 244) |
| HSL | hsl(236, 87%, 68%) |
| CMYK | cmyk(58%, 54%, 0%, 4%) |
| LAB | lab(53.2 33.7 -67.1) |
| LCH | lch(53.2 75.1 296.7) |
| OKLCH | oklch(0.610 0.193 275.8) |
Copy-ready code
/* CSS */
color: #6771f4;
background-color: #6771f4;
/* Tailwind (arbitrary) */
class="text-[#6771f4] bg-[#6771f4]"
/* SCSS */
$brand: #6771f4;
/* SwiftUI */
Color(red: 0.404, green: 0.443, blue: 0.957)
/* Android */
Color.parseColor("#6771f4")Accessibility — WCAG contrast
Aa
#6771f4 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6771f4 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green44.3%
Blue95.7%
CMYK percentages
Cyan57.8%
Magenta53.7%
Yellow0.0%
Key (black)4.3%
Color previews
#6771f4 text on a black background
contrast 5.25:1
Card sample
#6771f4 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6771f4;
Background color
Panel with #6771f4 background
background-color: #6771f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6771f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 113, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 113, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6771f4; background: linear-gradient(135deg, #6771f4, #BB67F4);