#b07fdf
a light, vivid violet · warm · closest name: orchid
RGB
176, 127, 223
HSL
271°, 60%, 69%
CMYK
21, 43, 0, 13
Luminance
0.2974
Every format
| HEX | #b07fdf |
| RGB | rgb(176, 127, 223) |
| HSL | hsl(271, 60%, 69%) |
| CMYK | cmyk(21%, 43%, 0%, 13%) |
| LAB | lab(61.4 37.2 -41.9) |
| LCH | lch(61.4 56.1 311.6) |
| OKLCH | oklch(0.683 0.145 306.5) |
Copy-ready code
/* CSS */
color: #b07fdf;
background-color: #b07fdf;
/* Tailwind (arbitrary) */
class="text-[#b07fdf] bg-[#b07fdf]"
/* SCSS */
$brand: #b07fdf;
/* SwiftUI */
Color(red: 0.690, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b07fdf")Accessibility — WCAG contrast
Aa
#b07fdf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07fdf on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.8%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b07fdf text on a black background
contrast 6.95:1
Card sample
#b07fdf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07fdf;
Background color
Panel with #b07fdf background
background-color: #b07fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07fdf; background: linear-gradient(135deg, #b07fdf, #DF7FCE);