#b67cdf
a light, vivid violet · warm · closest name: orchid
RGB
182, 124, 223
HSL
275°, 61%, 68%
CMYK
18, 44, 0, 13
Luminance
0.2969
Every format
| HEX | #b67cdf |
| RGB | rgb(182, 124, 223) |
| HSL | hsl(275, 61%, 68%) |
| CMYK | cmyk(18%, 44%, 0%, 13%) |
| LAB | lab(61.4 40.6 -42.0) |
| LCH | lch(61.4 58.4 314.0) |
| OKLCH | oklch(0.684 0.152 309.9) |
Copy-ready code
/* CSS */
color: #b67cdf;
background-color: #b67cdf;
/* Tailwind (arbitrary) */
class="text-[#b67cdf] bg-[#b67cdf]"
/* SCSS */
$brand: #b67cdf;
/* SwiftUI */
Color(red: 0.714, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#b67cdf")Accessibility — WCAG contrast
Aa
#b67cdf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b67cdf on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green48.6%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b67cdf text on a black background
contrast 6.94:1
Card sample
#b67cdf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67cdf;
Background color
Panel with #b67cdf background
background-color: #b67cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67cdf; background: linear-gradient(135deg, #b67cdf, #DF7CC6);