#6d2cef
a balanced, electric violet · warm · closest name: blue
RGB
109, 44, 239
HSL
260°, 86%, 56%
CMYK
54, 82, 0, 6
Luminance
0.1128
Every format
| HEX | #6d2cef |
| RGB | rgb(109, 44, 239) |
| HSL | hsl(260, 86%, 56%) |
| CMYK | cmyk(54%, 82%, 0%, 6%) |
| LAB | lab(40.0 69.0 -85.8) |
| LCH | lch(40.0 110.1 308.8) |
| OKLCH | oklch(0.515 0.260 288.5) |
Copy-ready code
/* CSS */
color: #6d2cef;
background-color: #6d2cef;
/* Tailwind (arbitrary) */
class="text-[#6d2cef] bg-[#6d2cef]"
/* SCSS */
$brand: #6d2cef;
/* SwiftUI */
Color(red: 0.427, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#6d2cef")Accessibility — WCAG contrast
Aa
#6d2cef on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6d2cef on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green17.3%
Blue93.7%
CMYK percentages
Cyan54.4%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#6d2cef text on a black background
contrast 3.26:1
Card sample
#6d2cef text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d2cef;
Background color
Panel with #6d2cef background
background-color: #6d2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d2cef; background: linear-gradient(135deg, #6d2cef, #EF2CEF);