#b970eb
a light, electric violet · warm · closest name: orchid
RGB
185, 112, 235
HSL
276°, 76%, 68%
CMYK
21, 52, 0, 8
Luminance
0.2790
Every format
| HEX | #b970eb |
| RGB | rgb(185, 112, 235) |
| HSL | hsl(276, 76%, 68%) |
| CMYK | cmyk(21%, 52%, 0%, 8%) |
| LAB | lab(59.8 50.4 -51.1) |
| LCH | lch(59.8 71.8 314.6) |
| OKLCH | oklch(0.675 0.186 309.7) |
Copy-ready code
/* CSS */
color: #b970eb;
background-color: #b970eb;
/* Tailwind (arbitrary) */
class="text-[#b970eb] bg-[#b970eb]"
/* SCSS */
$brand: #b970eb;
/* SwiftUI */
Color(red: 0.725, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#b970eb")Accessibility — WCAG contrast
Aa
#b970eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b970eb on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green43.9%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b970eb text on a black background
contrast 6.58:1
Card sample
#b970eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b970eb;
Background color
Panel with #b970eb background
background-color: #b970eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b970eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b970eb; background: linear-gradient(135deg, #b970eb, #EB70CB);