#b174cb
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 116, 203
HSL
282°, 46%, 63%
CMYK
13, 43, 0, 20
Luminance
0.2615
Every format
| HEX | #b174cb |
| RGB | rgb(177, 116, 203) |
| HSL | hsl(282, 46%, 63%) |
| CMYK | cmyk(13%, 43%, 0%, 20%) |
| LAB | lab(58.2 39.2 -35.8) |
| LCH | lch(58.2 53.0 317.6) |
| OKLCH | oklch(0.655 0.141 315.2) |
Copy-ready code
/* CSS */
color: #b174cb;
background-color: #b174cb;
/* Tailwind (arbitrary) */
class="text-[#b174cb] bg-[#b174cb]"
/* SCSS */
$brand: #b174cb;
/* SwiftUI */
Color(red: 0.694, green: 0.455, blue: 0.796)
/* Android */
Color.parseColor("#b174cb")Accessibility — WCAG contrast
Aa
#b174cb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b174cb on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green45.5%
Blue79.6%
CMYK percentages
Cyan12.8%
Magenta42.9%
Yellow0.0%
Key (black)20.4%
Color previews
#b174cb text on a black background
contrast 6.23:1
Card sample
#b174cb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b174cb;
Background color
Panel with #b174cb background
background-color: #b174cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b174cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 116, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 116, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b174cb; background: linear-gradient(135deg, #b174cb, #CB74AB);