#6e2ddf
a balanced, vivid violet · warm · closest name: blue
RGB
110, 45, 223
HSL
262°, 74%, 53%
CMYK
51, 80, 0, 13
Luminance
0.1052
Every format
| HEX | #6e2ddf |
| RGB | rgb(110, 45, 223) |
| HSL | hsl(262, 74%, 53%) |
| CMYK | cmyk(51%, 80%, 0%, 13%) |
| LAB | lab(38.8 64.7 -78.8) |
| LCH | lch(38.8 102.0 309.4) |
| OKLCH | oklch(0.502 0.243 291.5) |
Copy-ready code
/* CSS */
color: #6e2ddf;
background-color: #6e2ddf;
/* Tailwind (arbitrary) */
class="text-[#6e2ddf] bg-[#6e2ddf]"
/* SCSS */
$brand: #6e2ddf;
/* SwiftUI */
Color(red: 0.431, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#6e2ddf")Accessibility — WCAG contrast
Aa
#6e2ddf on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e2ddf on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green17.6%
Blue87.5%
CMYK percentages
Cyan50.7%
Magenta79.8%
Yellow0.0%
Key (black)12.5%
Color previews
#6e2ddf text on a black background
contrast 3.10:1
Card sample
#6e2ddf text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e2ddf;
Background color
Panel with #6e2ddf background
background-color: #6e2ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e2ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e2ddf; background: linear-gradient(135deg, #6e2ddf, #DF2DD9);