#b488eb
a light, vivid violet · warm · closest name: orchid
RGB
180, 136, 235
HSL
267°, 71%, 73%
CMYK
23, 42, 0, 8
Luminance
0.3331
Every format
| HEX | #b488eb |
| RGB | rgb(180, 136, 235) |
| HSL | hsl(267, 71%, 73%) |
| CMYK | cmyk(23%, 42%, 0%, 8%) |
| LAB | lab(64.4 36.1 -43.9) |
| LCH | lch(64.4 56.8 309.4) |
| OKLCH | oklch(0.708 0.146 303.4) |
Copy-ready code
/* CSS */
color: #b488eb;
background-color: #b488eb;
/* Tailwind (arbitrary) */
class="text-[#b488eb] bg-[#b488eb]"
/* SCSS */
$brand: #b488eb;
/* SwiftUI */
Color(red: 0.706, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#b488eb")Accessibility — WCAG contrast
Aa
#b488eb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b488eb on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green53.3%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta42.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b488eb text on a black background
contrast 7.66:1
Card sample
#b488eb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b488eb;
Background color
Panel with #b488eb background
background-color: #b488eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b488eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b488eb; background: linear-gradient(135deg, #b488eb, #EB88E0);