#b67fdf
a light, vivid violet · warm · closest name: orchid
RGB
182, 127, 223
HSL
274°, 60%, 69%
CMYK
18, 43, 0, 13
Luminance
0.3045
Every format
| HEX | #b67fdf |
| RGB | rgb(182, 127, 223) |
| HSL | hsl(274, 60%, 69%) |
| CMYK | cmyk(18%, 43%, 0%, 13%) |
| LAB | lab(62.0 38.9 -40.9) |
| LCH | lch(62.0 56.5 313.6) |
| OKLCH | oklch(0.689 0.147 309.4) |
Copy-ready code
/* CSS */
color: #b67fdf;
background-color: #b67fdf;
/* Tailwind (arbitrary) */
class="text-[#b67fdf] bg-[#b67fdf]"
/* SCSS */
$brand: #b67fdf;
/* SwiftUI */
Color(red: 0.714, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b67fdf")Accessibility — WCAG contrast
Aa
#b67fdf on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b67fdf on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green49.8%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b67fdf text on a black background
contrast 7.09:1
Card sample
#b67fdf text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67fdf;
Background color
Panel with #b67fdf background
background-color: #b67fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67fdf; background: linear-gradient(135deg, #b67fdf, #DF7FC8);