#7629df
a balanced, vivid violet · warm · closest name: blue
RGB
118, 41, 223
HSL
265°, 74%, 52%
CMYK
47, 82, 0, 13
Luminance
0.1077
Every format
| HEX | #7629df |
| RGB | rgb(118, 41, 223) |
| HSL | hsl(265, 74%, 52%) |
| CMYK | cmyk(47%, 82%, 0%, 13%) |
| LAB | lab(39.2 67.2 -78.1) |
| LCH | lch(39.2 103.0 310.7) |
| OKLCH | oklch(0.507 0.247 294.8) |
Copy-ready code
/* CSS */
color: #7629df;
background-color: #7629df;
/* Tailwind (arbitrary) */
class="text-[#7629df] bg-[#7629df]"
/* SCSS */
$brand: #7629df;
/* SwiftUI */
Color(red: 0.463, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#7629df")Accessibility — WCAG contrast
Aa
#7629df on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7629df on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green16.1%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7629df text on a black background
contrast 3.15:1
Card sample
#7629df text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7629df;
Background color
Panel with #7629df background
background-color: #7629df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7629df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7629df; background: linear-gradient(135deg, #7629df, #DF29CF);