#b13fd5
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 63, 213
HSL
286°, 64%, 54%
CMYK
17, 70, 0, 17
Luminance
0.1771
Every format
| HEX | #b13fd5 |
| RGB | rgb(177, 63, 213) |
| HSL | hsl(286, 64%, 54%) |
| CMYK | cmyk(17%, 70%, 0%, 17%) |
| LAB | lab(49.1 66.8 -55.8) |
| LCH | lch(49.1 87.0 320.1) |
| OKLCH | oklch(0.591 0.229 316.8) |
Copy-ready code
/* CSS */
color: #b13fd5;
background-color: #b13fd5;
/* Tailwind (arbitrary) */
class="text-[#b13fd5] bg-[#b13fd5]"
/* SCSS */
$brand: #b13fd5;
/* SwiftUI */
Color(red: 0.694, green: 0.247, blue: 0.835)
/* Android */
Color.parseColor("#b13fd5")Accessibility — WCAG contrast
Aa
#b13fd5 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b13fd5 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green24.7%
Blue83.5%
CMYK percentages
Cyan16.9%
Magenta70.4%
Yellow0.0%
Key (black)16.5%
Color previews
#b13fd5 text on a black background
contrast 4.54:1
Card sample
#b13fd5 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13fd5;
Background color
Panel with #b13fd5 background
background-color: #b13fd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13fd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 63, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 63, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13fd5; background: linear-gradient(135deg, #b13fd5, #D53F95);