#b485eb
a light, vivid violet · warm · closest name: orchid
RGB
180, 133, 235
HSL
268°, 72%, 72%
CMYK
23, 43, 0, 8
Luminance
0.3248
Every format
| HEX | #b485eb |
| RGB | rgb(180, 133, 235) |
| HSL | hsl(268, 72%, 72%) |
| CMYK | cmyk(23%, 43%, 0%, 8%) |
| LAB | lab(63.7 37.8 -45.0) |
| LCH | lch(63.7 58.7 310.0) |
| OKLCH | oklch(0.703 0.151 304.0) |
Copy-ready code
/* CSS */
color: #b485eb;
background-color: #b485eb;
/* Tailwind (arbitrary) */
class="text-[#b485eb] bg-[#b485eb]"
/* SCSS */
$brand: #b485eb;
/* SwiftUI */
Color(red: 0.706, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#b485eb")Accessibility — WCAG contrast
Aa
#b485eb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b485eb on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green52.2%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b485eb text on a black background
contrast 7.50:1
Card sample
#b485eb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b485eb;
Background color
Panel with #b485eb background
background-color: #b485eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b485eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b485eb; background: linear-gradient(135deg, #b485eb, #EB85DE);