#7f11df
a balanced, electric violet · warm · closest name: blue
RGB
127, 17, 223
HSL
272°, 86%, 47%
CMYK
43, 92, 0, 13
Luminance
0.1024
Every format
| HEX | #7f11df |
| RGB | rgb(127, 17, 223) |
| HSL | hsl(272, 86%, 47%) |
| CMYK | cmyk(43%, 92%, 0%, 13%) |
| LAB | lab(38.3 74.3 -79.5) |
| LCH | lch(38.3 108.9 313.1) |
| OKLCH | oklch(0.503 0.261 299.3) |
Copy-ready code
/* CSS */
color: #7f11df;
background-color: #7f11df;
/* Tailwind (arbitrary) */
class="text-[#7f11df] bg-[#7f11df]"
/* SCSS */
$brand: #7f11df;
/* SwiftUI */
Color(red: 0.498, green: 0.067, blue: 0.875)
/* Android */
Color.parseColor("#7f11df")Accessibility — WCAG contrast
Aa
#7f11df on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f11df on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green6.7%
Blue87.5%
CMYK percentages
Cyan43.0%
Magenta92.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7f11df text on a black background
contrast 3.05:1
Card sample
#7f11df text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f11df;
Background color
Panel with #7f11df background
background-color: #7f11df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f11df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 17, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 17, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f11df; background: linear-gradient(135deg, #7f11df, #DF11B6);