#b170cf
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 112, 207
HSL
281°, 50%, 63%
CMYK
15, 46, 0, 19
Luminance
0.2544
Every format
| HEX | #b170cf |
| RGB | rgb(177, 112, 207) |
| HSL | hsl(281, 50%, 63%) |
| CMYK | cmyk(15%, 46%, 0%, 19%) |
| LAB | lab(57.5 42.2 -39.1) |
| LCH | lch(57.5 57.5 317.2) |
| OKLCH | oklch(0.651 0.152 314.4) |
Copy-ready code
/* CSS */
color: #b170cf;
background-color: #b170cf;
/* Tailwind (arbitrary) */
class="text-[#b170cf] bg-[#b170cf]"
/* SCSS */
$brand: #b170cf;
/* SwiftUI */
Color(red: 0.694, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#b170cf")Accessibility — WCAG contrast
Aa
#b170cf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b170cf on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green43.9%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta45.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b170cf text on a black background
contrast 6.09:1
Card sample
#b170cf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b170cf;
Background color
Panel with #b170cf background
background-color: #b170cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b170cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b170cf; background: linear-gradient(135deg, #b170cf, #CF70AD);