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