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