#b07fe2
a light, vivid violet · warm · closest name: orchid
RGB
176, 127, 226
HSL
270°, 63%, 69%
CMYK
22, 44, 0, 11
Luminance
0.2990
Every format
| HEX | #b07fe2 |
| RGB | rgb(176, 127, 226) |
| HSL | hsl(270, 63%, 69%) |
| CMYK | cmyk(22%, 44%, 0%, 11%) |
| LAB | lab(61.6 37.9 -43.4) |
| LCH | lch(61.6 57.6 311.1) |
| OKLCH | oklch(0.684 0.149 305.6) |
Copy-ready code
/* CSS */
color: #b07fe2;
background-color: #b07fe2;
/* Tailwind (arbitrary) */
class="text-[#b07fe2] bg-[#b07fe2]"
/* SCSS */
$brand: #b07fe2;
/* SwiftUI */
Color(red: 0.690, green: 0.498, blue: 0.886)
/* Android */
Color.parseColor("#b07fe2")Accessibility — WCAG contrast
Aa
#b07fe2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07fe2 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.8%
Blue88.6%
CMYK percentages
Cyan22.1%
Magenta43.8%
Yellow0.0%
Key (black)11.4%
Color previews
#b07fe2 text on a black background
contrast 6.98:1
Card sample
#b07fe2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07fe2;
Background color
Panel with #b07fe2 background
background-color: #b07fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 127, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 127, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07fe2; background: linear-gradient(135deg, #b07fe2, #E27FD2);