#b552cf
a balanced, vivid violet · warm · closest name: orchid
RGB
181, 82, 207
HSL
288°, 57%, 57%
CMYK
13, 60, 0, 19
Luminance
0.2036
Every format
| HEX | #b552cf |
| RGB | rgb(181, 82, 207) |
| HSL | hsl(288, 57%, 57%) |
| CMYK | cmyk(13%, 60%, 0%, 19%) |
| LAB | lab(52.3 58.4 -47.4) |
| LCH | lch(52.3 75.2 321.0) |
| OKLCH | oklch(0.613 0.201 318.8) |
Copy-ready code
/* CSS */
color: #b552cf;
background-color: #b552cf;
/* Tailwind (arbitrary) */
class="text-[#b552cf] bg-[#b552cf]"
/* SCSS */
$brand: #b552cf;
/* SwiftUI */
Color(red: 0.710, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#b552cf")Accessibility — WCAG contrast
Aa
#b552cf on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b552cf on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green32.2%
Blue81.2%
CMYK percentages
Cyan12.6%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b552cf text on a black background
contrast 5.07:1
Card sample
#b552cf text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b552cf;
Background color
Panel with #b552cf background
background-color: #b552cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b552cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b552cf; background: linear-gradient(135deg, #b552cf, #CF5296);