#b13fd7
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 63, 215
HSL
285°, 66%, 55%
CMYK
18, 71, 0, 16
Luminance
0.1781
Every format
| HEX | #b13fd7 |
| RGB | rgb(177, 63, 215) |
| HSL | hsl(285, 66%, 55%) |
| CMYK | cmyk(18%, 71%, 0%, 16%) |
| LAB | lab(49.3 67.2 -56.8) |
| LCH | lch(49.3 87.9 319.8) |
| OKLCH | oklch(0.592 0.231 316.3) |
Copy-ready code
/* CSS */
color: #b13fd7;
background-color: #b13fd7;
/* Tailwind (arbitrary) */
class="text-[#b13fd7] bg-[#b13fd7]"
/* SCSS */
$brand: #b13fd7;
/* SwiftUI */
Color(red: 0.694, green: 0.247, blue: 0.843)
/* Android */
Color.parseColor("#b13fd7")Accessibility — WCAG contrast
Aa
#b13fd7 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b13fd7 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green24.7%
Blue84.3%
CMYK percentages
Cyan17.7%
Magenta70.7%
Yellow0.0%
Key (black)15.7%
Color previews
#b13fd7 text on a black background
contrast 4.56:1
Card sample
#b13fd7 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13fd7;
Background color
Panel with #b13fd7 background
background-color: #b13fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 63, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 63, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13fd7; background: linear-gradient(135deg, #b13fd7, #D73F98);