#b67fe8
a light, vivid violet · warm · closest name: orchid
RGB
182, 127, 232
HSL
271°, 70%, 70%
CMYK
22, 45, 0, 9
Luminance
0.3095
Every format
| HEX | #b67fe8 |
| RGB | rgb(182, 127, 232) |
| HSL | hsl(271, 70%, 70%) |
| CMYK | cmyk(22%, 45%, 0%, 9%) |
| LAB | lab(62.5 40.9 -45.3) |
| LCH | lch(62.5 61.0 312.1) |
| OKLCH | oklch(0.693 0.158 306.9) |
Copy-ready code
/* CSS */
color: #b67fe8;
background-color: #b67fe8;
/* Tailwind (arbitrary) */
class="text-[#b67fe8] bg-[#b67fe8]"
/* SCSS */
$brand: #b67fe8;
/* SwiftUI */
Color(red: 0.714, green: 0.498, blue: 0.910)
/* Android */
Color.parseColor("#b67fe8")Accessibility — WCAG contrast
Aa
#b67fe8 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b67fe8 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green49.8%
Blue91.0%
CMYK percentages
Cyan21.6%
Magenta45.3%
Yellow0.0%
Key (black)9.0%
Color previews
#b67fe8 text on a black background
contrast 7.19:1
Card sample
#b67fe8 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67fe8;
Background color
Panel with #b67fe8 background
background-color: #b67fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 127, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 127, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67fe8; background: linear-gradient(135deg, #b67fe8, #E87FD4);