#b163cf
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 99, 207
HSL
283°, 53%, 60%
CMYK
15, 52, 0, 19
Luminance
0.2278
Every format
| HEX | #b163cf |
| RGB | rgb(177, 99, 207) |
| HSL | hsl(283, 53%, 60%) |
| CMYK | cmyk(15%, 52%, 0%, 19%) |
| LAB | lab(54.8 49.1 -43.3) |
| LCH | lch(54.8 65.5 318.6) |
| OKLCH | oklch(0.631 0.173 315.8) |
Copy-ready code
/* CSS */
color: #b163cf;
background-color: #b163cf;
/* Tailwind (arbitrary) */
class="text-[#b163cf] bg-[#b163cf]"
/* SCSS */
$brand: #b163cf;
/* SwiftUI */
Color(red: 0.694, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#b163cf")Accessibility — WCAG contrast
Aa
#b163cf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b163cf on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green38.8%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b163cf text on a black background
contrast 5.56:1
Card sample
#b163cf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b163cf;
Background color
Panel with #b163cf background
background-color: #b163cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b163cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b163cf; background: linear-gradient(135deg, #b163cf, #CF63A5);