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