#6c0fdf
a balanced, electric violet · warm · closest name: blue
RGB
108, 15, 223
HSL
267°, 87%, 47%
CMYK
52, 93, 0, 13
Luminance
0.0886
Every format
| HEX | #6c0fdf |
| RGB | rgb(108, 15, 223) |
| HSL | hsl(267, 87%, 47%) |
| CMYK | cmyk(52%, 93%, 0%, 13%) |
| LAB | lab(35.7 72.9 -83.8) |
| LCH | lch(35.7 111.1 311.0) |
| OKLCH | oklch(0.480 0.261 292.4) |
Copy-ready code
/* CSS */
color: #6c0fdf;
background-color: #6c0fdf;
/* Tailwind (arbitrary) */
class="text-[#6c0fdf] bg-[#6c0fdf]"
/* SCSS */
$brand: #6c0fdf;
/* SwiftUI */
Color(red: 0.424, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#6c0fdf")Accessibility — WCAG contrast
Aa
#6c0fdf on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c0fdf on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#6c0fdf text on a black background
contrast 2.77:1
Card sample
#6c0fdf text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c0fdf;
Background color
Panel with #6c0fdf background
background-color: #6c0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c0fdf; background: linear-gradient(135deg, #6c0fdf, #DF0FC8);