#6771df
a balanced, vivid blue · warm · closest name: royalblue
RGB
103, 113, 223
HSL
235°, 65%, 64%
CMYK
54, 49, 0, 13
Luminance
0.2002
Every format
| HEX | #6771df |
| RGB | rgb(103, 113, 223) |
| HSL | hsl(235, 65%, 64%) |
| CMYK | cmyk(54%, 49%, 0%, 13%) |
| LAB | lab(51.9 27.1 -57.5) |
| LCH | lch(51.9 63.6 295.2) |
| OKLCH | oklch(0.596 0.165 276.3) |
Copy-ready code
/* CSS */
color: #6771df;
background-color: #6771df;
/* Tailwind (arbitrary) */
class="text-[#6771df] bg-[#6771df]"
/* SCSS */
$brand: #6771df;
/* SwiftUI */
Color(red: 0.404, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#6771df")Accessibility — WCAG contrast
Aa
#6771df on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6771df on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green44.3%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#6771df text on a black background
contrast 5.00:1
Card sample
#6771df text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6771df;
Background color
Panel with #6771df background
background-color: #6771df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6771df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6771df; background: linear-gradient(135deg, #6771df, #AD67DF);