#6f00df
a dark, electric violet · warm · closest name: blue
RGB
111, 0, 223
HSL
270°, 100%, 44%
CMYK
50, 100, 0, 13
Luminance
0.0871
Every format
| HEX | #6f00df |
| RGB | rgb(111, 0, 223) |
| HSL | hsl(270, 100%, 44%) |
| CMYK | cmyk(50%, 100%, 0%, 13%) |
| LAB | lab(35.4 75.2 -84.3) |
| LCH | lch(35.4 113.0 311.7) |
| OKLCH | oklch(0.479 0.265 293.9) |
Copy-ready code
/* CSS */
color: #6f00df;
background-color: #6f00df;
/* Tailwind (arbitrary) */
class="text-[#6f00df] bg-[#6f00df]"
/* SCSS */
$brand: #6f00df;
/* SwiftUI */
Color(red: 0.435, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#6f00df")Accessibility — WCAG contrast
Aa
#6f00df on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f00df on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green0.0%
Blue87.5%
CMYK percentages
Cyan50.2%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6f00df text on a black background
contrast 2.74:1
Card sample
#6f00df text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f00df;
Background color
Panel with #6f00df background
background-color: #6f00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f00df; background: linear-gradient(135deg, #6f00df, #DF00BA);