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