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