#b188eb
a light, vivid violet · warm · closest name: orchid
RGB
177, 136, 235
HSL
265°, 71%, 73%
CMYK
25, 42, 0, 8
Luminance
0.3295
Every format
| HEX | #b188eb |
| RGB | rgb(177, 136, 235) |
| HSL | hsl(265, 71%, 73%) |
| CMYK | cmyk(25%, 42%, 0%, 8%) |
| LAB | lab(64.1 35.3 -44.4) |
| LCH | lch(64.1 56.7 308.5) |
| OKLCH | oklch(0.705 0.146 301.9) |
Copy-ready code
/* CSS */
color: #b188eb;
background-color: #b188eb;
/* Tailwind (arbitrary) */
class="text-[#b188eb] bg-[#b188eb]"
/* SCSS */
$brand: #b188eb;
/* SwiftUI */
Color(red: 0.694, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#b188eb")Accessibility — WCAG contrast
Aa
#b188eb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b188eb on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green53.3%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta42.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b188eb text on a black background
contrast 7.59:1
Card sample
#b188eb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b188eb;
Background color
Panel with #b188eb background
background-color: #b188eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b188eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b188eb; background: linear-gradient(135deg, #b188eb, #EB88E3);