#6941f1
a balanced, electric blue · warm · closest name: blue
RGB
105, 65, 241
HSL
254°, 86%, 60%
CMYK
56, 73, 0, 6
Luminance
0.1313
Every format
| HEX | #6941f1 |
| RGB | rgb(105, 65, 241) |
| HSL | hsl(254, 86%, 60%) |
| CMYK | cmyk(56%, 73%, 0%, 6%) |
| LAB | lab(43.0 60.1 -82.1) |
| LCH | lch(43.0 101.8 306.2) |
| OKLCH | oklch(0.535 0.245 285.0) |
Copy-ready code
/* CSS */
color: #6941f1;
background-color: #6941f1;
/* Tailwind (arbitrary) */
class="text-[#6941f1] bg-[#6941f1]"
/* SCSS */
$brand: #6941f1;
/* SwiftUI */
Color(red: 0.412, green: 0.255, blue: 0.945)
/* Android */
Color.parseColor("#6941f1")Accessibility — WCAG contrast
Aa
#6941f1 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6941f1 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green25.5%
Blue94.5%
CMYK percentages
Cyan56.4%
Magenta73.0%
Yellow0.0%
Key (black)5.5%
Color previews
#6941f1 text on a black background
contrast 3.63:1
Card sample
#6941f1 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6941f1;
Background color
Panel with #6941f1 background
background-color: #6941f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6941f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 65, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 65, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6941f1; background: linear-gradient(135deg, #6941f1, #DE41F1);