#b154df
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 84, 223
HSL
280°, 69%, 60%
CMYK
21, 62, 0, 13
Luminance
0.2102
Every format
| HEX | #b154df |
| RGB | rgb(177, 84, 223) |
| HSL | hsl(280, 69%, 60%) |
| CMYK | cmyk(21%, 62%, 0%, 13%) |
| LAB | lab(53.0 59.8 -55.4) |
| LCH | lch(53.0 81.5 317.2) |
| OKLCH | oklch(0.620 0.212 312.7) |
Copy-ready code
/* CSS */
color: #b154df;
background-color: #b154df;
/* Tailwind (arbitrary) */
class="text-[#b154df] bg-[#b154df]"
/* SCSS */
$brand: #b154df;
/* SwiftUI */
Color(red: 0.694, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#b154df")Accessibility — WCAG contrast
Aa
#b154df on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b154df on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green32.9%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta62.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b154df text on a black background
contrast 5.20:1
Card sample
#b154df text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b154df;
Background color
Panel with #b154df background
background-color: #b154df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b154df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b154df; background: linear-gradient(135deg, #b154df, #DF54B0);