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