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