#b463cf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 99, 207
HSL
285°, 53%, 60%
CMYK
13, 52, 0, 19
Luminance
0.2313
Every format
| HEX | #b463cf |
| RGB | rgb(180, 99, 207) |
| HSL | hsl(285, 53%, 60%) |
| CMYK | cmyk(13%, 52%, 0%, 19%) |
| LAB | lab(55.2 49.9 -42.7) |
| LCH | lch(55.2 65.7 319.4) |
| OKLCH | oklch(0.635 0.174 317.1) |
Copy-ready code
/* CSS */
color: #b463cf;
background-color: #b463cf;
/* Tailwind (arbitrary) */
class="text-[#b463cf] bg-[#b463cf]"
/* SCSS */
$brand: #b463cf;
/* SwiftUI */
Color(red: 0.706, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#b463cf")Accessibility — WCAG contrast
Aa
#b463cf on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b463cf on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green38.8%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b463cf text on a black background
contrast 5.63:1
Card sample
#b463cf text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b463cf;
Background color
Panel with #b463cf background
background-color: #b463cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b463cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b463cf; background: linear-gradient(135deg, #b463cf, #CF63A2);