#7635df
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 53, 223
HSL
263°, 73%, 54%
CMYK
47, 76, 0, 13
Luminance
0.1173
Every format
| HEX | #7635df |
| RGB | rgb(118, 53, 223) |
| HSL | hsl(263, 73%, 54%) |
| CMYK | cmyk(47%, 76%, 0%, 13%) |
| LAB | lab(40.8 62.5 -75.5) |
| LCH | lch(40.8 98.0 309.7) |
| OKLCH | oklch(0.518 0.236 293.8) |
Copy-ready code
/* CSS */
color: #7635df;
background-color: #7635df;
/* Tailwind (arbitrary) */
class="text-[#7635df] bg-[#7635df]"
/* SCSS */
$brand: #7635df;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#7635df")Accessibility — WCAG contrast
Aa
#7635df on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7635df on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7635df text on a black background
contrast 3.35:1
Card sample
#7635df text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7635df;
Background color
Panel with #7635df background
background-color: #7635df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7635df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7635df; background: linear-gradient(135deg, #7635df, #DF35D7);