#9435df
a balanced, vivid violet · warm · closest name: indigo
RGB
148, 53, 223
HSL
274°, 73%, 54%
CMYK
34, 76, 0, 13
Luminance
0.1417
Every format
| HEX | #9435df |
| RGB | rgb(148, 53, 223) |
| HSL | hsl(274, 73%, 54%) |
| CMYK | cmyk(34%, 76%, 0%, 13%) |
| LAB | lab(44.5 67.2 -69.3) |
| LCH | lch(44.5 96.5 314.1) |
| OKLCH | oklch(0.552 0.240 304.9) |
Copy-ready code
/* CSS */
color: #9435df;
background-color: #9435df;
/* Tailwind (arbitrary) */
class="text-[#9435df] bg-[#9435df]"
/* SCSS */
$brand: #9435df;
/* SwiftUI */
Color(red: 0.580, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#9435df")Accessibility — WCAG contrast
Aa
#9435df on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9435df on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green20.8%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9435df text on a black background
contrast 3.83:1
Card sample
#9435df text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9435df;
Background color
Panel with #9435df background
background-color: #9435df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9435df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9435df; background: linear-gradient(135deg, #9435df, #DF35B9);