#b07cdf
a light, vivid violet · warm · closest name: orchid
RGB
176, 124, 223
HSL
272°, 61%, 68%
CMYK
21, 44, 0, 13
Luminance
0.2897
Every format
| HEX | #b07cdf |
| RGB | rgb(176, 124, 223) |
| HSL | hsl(272, 61%, 68%) |
| CMYK | cmyk(21%, 44%, 0%, 13%) |
| LAB | lab(60.8 38.9 -43.0) |
| LCH | lch(60.8 58.0 312.1) |
| OKLCH | oklch(0.678 0.150 307.1) |
Copy-ready code
/* CSS */
color: #b07cdf;
background-color: #b07cdf;
/* Tailwind (arbitrary) */
class="text-[#b07cdf] bg-[#b07cdf]"
/* SCSS */
$brand: #b07cdf;
/* SwiftUI */
Color(red: 0.690, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#b07cdf")Accessibility — WCAG contrast
Aa
#b07cdf on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07cdf on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green48.6%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b07cdf text on a black background
contrast 6.79:1
Card sample
#b07cdf text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07cdf;
Background color
Panel with #b07cdf background
background-color: #b07cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07cdf; background: linear-gradient(135deg, #b07cdf, #DF7CCC);