#7c12df
a balanced, electric violet · warm · closest name: blue
RGB
124, 18, 223
HSL
271°, 85%, 47%
CMYK
44, 92, 0, 13
Luminance
0.1005
Every format
| HEX | #7c12df |
| RGB | rgb(124, 18, 223) |
| HSL | hsl(271, 85%, 47%) |
| CMYK | cmyk(44%, 92%, 0%, 13%) |
| LAB | lab(37.9 73.8 -80.1) |
| LCH | lch(37.9 109.0 312.7) |
| OKLCH | oklch(0.500 0.261 298.2) |
Copy-ready code
/* CSS */
color: #7c12df;
background-color: #7c12df;
/* Tailwind (arbitrary) */
class="text-[#7c12df] bg-[#7c12df]"
/* SCSS */
$brand: #7c12df;
/* SwiftUI */
Color(red: 0.486, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#7c12df")Accessibility — WCAG contrast
Aa
#7c12df on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c12df on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green7.1%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta91.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7c12df text on a black background
contrast 3.01:1
Card sample
#7c12df text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c12df;
Background color
Panel with #7c12df background
background-color: #7c12df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c12df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c12df; background: linear-gradient(135deg, #7c12df, #DF12BA);