#b635df
a balanced, vivid violet · warm · closest name: magenta
RGB
182, 53, 223
HSL
286°, 73%, 54%
CMYK
18, 76, 0, 13
Luminance
0.1782
Every format
| HEX | #b635df |
| RGB | rgb(182, 53, 223) |
| HSL | hsl(286, 73%, 54%) |
| CMYK | cmyk(18%, 76%, 0%, 13%) |
| LAB | lab(49.3 73.2 -61.3) |
| LCH | lch(49.3 95.4 320.1) |
| OKLCH | oklch(0.595 0.250 316.3) |
Copy-ready code
/* CSS */
color: #b635df;
background-color: #b635df;
/* Tailwind (arbitrary) */
class="text-[#b635df] bg-[#b635df]"
/* SCSS */
$brand: #b635df;
/* SwiftUI */
Color(red: 0.714, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#b635df")Accessibility — WCAG contrast
Aa
#b635df on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b635df on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green20.8%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b635df text on a black background
contrast 4.56:1
Card sample
#b635df text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b635df;
Background color
Panel with #b635df background
background-color: #b635df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b635df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b635df; background: linear-gradient(135deg, #b635df, #DF3597);