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