#b14fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 79, 223
HSL
281°, 69%, 59%
CMYK
21, 65, 0, 13
Luminance
0.2027
Every format
| HEX | #b14fdf |
| RGB | rgb(177, 79, 223) |
| HSL | hsl(281, 69%, 59%) |
| CMYK | cmyk(21%, 65%, 0%, 13%) |
| LAB | lab(52.1 62.1 -56.7) |
| LCH | lch(52.1 84.1 317.6) |
| OKLCH | oklch(0.614 0.219 313.1) |
Copy-ready code
/* CSS */
color: #b14fdf;
background-color: #b14fdf;
/* Tailwind (arbitrary) */
class="text-[#b14fdf] bg-[#b14fdf]"
/* SCSS */
$brand: #b14fdf;
/* SwiftUI */
Color(red: 0.694, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#b14fdf")Accessibility — WCAG contrast
Aa
#b14fdf on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b14fdf on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green31.0%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b14fdf text on a black background
contrast 5.05:1
Card sample
#b14fdf text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14fdf;
Background color
Panel with #b14fdf background
background-color: #b14fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14fdf; background: linear-gradient(135deg, #b14fdf, #DF4FAD);