#7007df
a balanced, electric violet · warm · closest name: blue
RGB
112, 7, 223
HSL
269°, 94%, 45%
CMYK
50, 97, 0, 13
Luminance
0.0892
Every format
| HEX | #7007df |
| RGB | rgb(112, 7, 223) |
| HSL | hsl(269, 94%, 45%) |
| CMYK | cmyk(50%, 97%, 0%, 13%) |
| LAB | lab(35.8 74.3 -83.6) |
| LCH | lch(35.8 111.9 311.6) |
| OKLCH | oklch(0.482 0.263 294.1) |
Copy-ready code
/* CSS */
color: #7007df;
background-color: #7007df;
/* Tailwind (arbitrary) */
class="text-[#7007df] bg-[#7007df]"
/* SCSS */
$brand: #7007df;
/* SwiftUI */
Color(red: 0.439, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#7007df")Accessibility — WCAG contrast
Aa
#7007df on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7007df on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green2.7%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7007df text on a black background
contrast 2.78:1
Card sample
#7007df text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7007df;
Background color
Panel with #7007df background
background-color: #7007df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7007df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7007df; background: linear-gradient(135deg, #7007df, #DF07BE);