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