#b680eb
a light, vivid violet · warm · closest name: orchid
RGB
182, 128, 235
HSL
270°, 73%, 71%
CMYK
23, 46, 0, 8
Luminance
0.3138
Every format
| HEX | #b680eb |
| RGB | rgb(182, 128, 235) |
| HSL | hsl(270, 73%, 71%) |
| CMYK | cmyk(23%, 46%, 0%, 8%) |
| LAB | lab(62.8 41.1 -46.4) |
| LCH | lch(62.8 61.9 311.5) |
| OKLCH | oklch(0.696 0.160 305.9) |
Copy-ready code
/* CSS */
color: #b680eb;
background-color: #b680eb;
/* Tailwind (arbitrary) */
class="text-[#b680eb] bg-[#b680eb]"
/* SCSS */
$brand: #b680eb;
/* SwiftUI */
Color(red: 0.714, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#b680eb")Accessibility — WCAG contrast
Aa
#b680eb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b680eb on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green50.2%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b680eb text on a black background
contrast 7.28:1
Card sample
#b680eb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b680eb;
Background color
Panel with #b680eb background
background-color: #b680eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b680eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b680eb; background: linear-gradient(135deg, #b680eb, #EB80D9);