#b679eb
a light, vivid violet · warm · closest name: orchid
RGB
182, 121, 235
HSL
272°, 74%, 70%
CMYK
23, 49, 0, 8
Luminance
0.2962
Every format
| HEX | #b679eb |
| RGB | rgb(182, 121, 235) |
| HSL | hsl(272, 74%, 70%) |
| CMYK | cmyk(23%, 49%, 0%, 8%) |
| LAB | lab(61.3 44.9 -48.7) |
| LCH | lch(61.3 66.3 312.6) |
| OKLCH | oklch(0.685 0.171 307.2) |
Copy-ready code
/* CSS */
color: #b679eb;
background-color: #b679eb;
/* Tailwind (arbitrary) */
class="text-[#b679eb] bg-[#b679eb]"
/* SCSS */
$brand: #b679eb;
/* SwiftUI */
Color(red: 0.714, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#b679eb")Accessibility — WCAG contrast
Aa
#b679eb on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b679eb on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green47.5%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b679eb text on a black background
contrast 6.92:1
Card sample
#b679eb text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b679eb;
Background color
Panel with #b679eb background
background-color: #b679eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b679eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b679eb; background: linear-gradient(135deg, #b679eb, #EB79D4);