#b682eb
a light, vivid violet · warm · closest name: orchid
RGB
182, 130, 235
HSL
270°, 72%, 72%
CMYK
23, 45, 0, 8
Luminance
0.3191
Every format
| HEX | #b682eb |
| RGB | rgb(182, 130, 235) |
| HSL | hsl(270, 72%, 72%) |
| CMYK | cmyk(23%, 45%, 0%, 8%) |
| LAB | lab(63.3 40.0 -45.7) |
| LCH | lch(63.3 60.7 311.2) |
| OKLCH | oklch(0.700 0.157 305.6) |
Copy-ready code
/* CSS */
color: #b682eb;
background-color: #b682eb;
/* Tailwind (arbitrary) */
class="text-[#b682eb] bg-[#b682eb]"
/* SCSS */
$brand: #b682eb;
/* SwiftUI */
Color(red: 0.714, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#b682eb")Accessibility — WCAG contrast
Aa
#b682eb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b682eb on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green51.0%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b682eb text on a black background
contrast 7.38:1
Card sample
#b682eb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b682eb;
Background color
Panel with #b682eb background
background-color: #b682eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b682eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b682eb; background: linear-gradient(135deg, #b682eb, #EB82DA);