#4200c7
a dark, electric violet · warm · closest name: blue
RGB
66, 0, 199
HSL
260°, 100%, 39%
CMYK
67, 100, 0, 22
Luminance
0.0528
Every format
| HEX | #4200c7 |
| RGB | rgb(66, 0, 199) |
| HSL | hsl(260, 100%, 39%) |
| CMYK | cmyk(67%, 100%, 0%, 22%) |
| LAB | lab(27.5 67.0 -83.7) |
| LCH | lch(27.5 107.2 308.7) |
| OKLCH | oklch(0.407 0.245 280.6) |
Copy-ready code
/* CSS */
color: #4200c7;
background-color: #4200c7;
/* Tailwind (arbitrary) */
class="text-[#4200c7] bg-[#4200c7]"
/* SCSS */
$brand: #4200c7;
/* SwiftUI */
Color(red: 0.259, green: 0.000, blue: 0.780)
/* Android */
Color.parseColor("#4200c7")Accessibility — WCAG contrast
Aa
#4200c7 on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4200c7 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green0.0%
Blue78.0%
CMYK percentages
Cyan66.8%
Magenta100.0%
Yellow0.0%
Key (black)22.0%
Color previews
#4200c7 text on a black background
contrast 2.06:1
Card sample
#4200c7 text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4200c7;
Background color
Panel with #4200c7 background
background-color: #4200c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4200c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 0, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 0, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4200c7; background: linear-gradient(135deg, #4200c7, #C700C7);