#b07ddf
a light, vivid violet · warm · closest name: orchid
RGB
176, 125, 223
HSL
271°, 61%, 68%
CMYK
21, 44, 0, 13
Luminance
0.2923
Every format
| HEX | #b07ddf |
| RGB | rgb(176, 125, 223) |
| HSL | hsl(271, 61%, 68%) |
| CMYK | cmyk(21%, 44%, 0%, 13%) |
| LAB | lab(61.0 38.3 -42.6) |
| LCH | lch(61.0 57.3 311.9) |
| OKLCH | oklch(0.679 0.148 306.9) |
Copy-ready code
/* CSS */
color: #b07ddf;
background-color: #b07ddf;
/* Tailwind (arbitrary) */
class="text-[#b07ddf] bg-[#b07ddf]"
/* SCSS */
$brand: #b07ddf;
/* SwiftUI */
Color(red: 0.690, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#b07ddf")Accessibility — WCAG contrast
Aa
#b07ddf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07ddf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.0%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b07ddf text on a black background
contrast 6.85:1
Card sample
#b07ddf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07ddf;
Background color
Panel with #b07ddf background
background-color: #b07ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07ddf; background: linear-gradient(135deg, #b07ddf, #DF7DCD);