#6535df
a balanced, vivid violet · warm · closest name: navy
RGB
101, 53, 223
HSL
257°, 73%, 54%
CMYK
55, 76, 0, 13
Luminance
0.1064
Every format
| HEX | #6535df |
| RGB | rgb(101, 53, 223) |
| HSL | hsl(257, 73%, 54%) |
| CMYK | cmyk(55%, 76%, 0%, 13%) |
| LAB | lab(39.0 60.3 -78.5) |
| LCH | lch(39.0 99.0 307.5) |
| OKLCH | oklch(0.501 0.237 287.3) |
Copy-ready code
/* CSS */
color: #6535df;
background-color: #6535df;
/* Tailwind (arbitrary) */
class="text-[#6535df] bg-[#6535df]"
/* SCSS */
$brand: #6535df;
/* SwiftUI */
Color(red: 0.396, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#6535df")Accessibility — WCAG contrast
Aa
#6535df on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6535df on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green20.8%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#6535df text on a black background
contrast 3.13:1
Card sample
#6535df text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6535df;
Background color
Panel with #6535df background
background-color: #6535df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6535df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6535df; background: linear-gradient(135deg, #6535df, #D635DF);