#6f05df
a dark, electric violet · warm · closest name: blue
RGB
111, 5, 223
HSL
269°, 96%, 45%
CMYK
50, 98, 0, 13
Luminance
0.0882
Every format
| HEX | #6f05df |
| RGB | rgb(111, 5, 223) |
| HSL | hsl(269, 96%, 45%) |
| CMYK | cmyk(50%, 98%, 0%, 13%) |
| LAB | lab(35.6 74.5 -84.0) |
| LCH | lch(35.6 112.3 311.6) |
| OKLCH | oklch(0.481 0.264 293.8) |
Copy-ready code
/* CSS */
color: #6f05df;
background-color: #6f05df;
/* Tailwind (arbitrary) */
class="text-[#6f05df] bg-[#6f05df]"
/* SCSS */
$brand: #6f05df;
/* SwiftUI */
Color(red: 0.435, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#6f05df")Accessibility — WCAG contrast
Aa
#6f05df on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f05df on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green2.0%
Blue87.5%
CMYK percentages
Cyan50.2%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#6f05df text on a black background
contrast 2.76:1
Card sample
#6f05df text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f05df;
Background color
Panel with #6f05df background
background-color: #6f05df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f05df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f05df; background: linear-gradient(135deg, #6f05df, #DF05BE);