#b185eb
a light, vivid violet · warm · closest name: orchid
RGB
177, 133, 235
HSL
266°, 72%, 72%
CMYK
25, 43, 0, 8
Luminance
0.3212
Every format
| HEX | #b185eb |
| RGB | rgb(177, 133, 235) |
| HSL | hsl(266, 72%, 72%) |
| CMYK | cmyk(25%, 43%, 0%, 8%) |
| LAB | lab(63.4 36.9 -45.4) |
| LCH | lch(63.4 58.5 309.1) |
| OKLCH | oklch(0.700 0.151 302.6) |
Copy-ready code
/* CSS */
color: #b185eb;
background-color: #b185eb;
/* Tailwind (arbitrary) */
class="text-[#b185eb] bg-[#b185eb]"
/* SCSS */
$brand: #b185eb;
/* SwiftUI */
Color(red: 0.694, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#b185eb")Accessibility — WCAG contrast
Aa
#b185eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b185eb on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green52.2%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b185eb text on a black background
contrast 7.42:1
Card sample
#b185eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b185eb;
Background color
Panel with #b185eb background
background-color: #b185eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b185eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b185eb; background: linear-gradient(135deg, #b185eb, #EB85E1);