#b482cf
a light, soft violet · warm · closest name: plum
RGB
180, 130, 207
HSL
279°, 45%, 66%
CMYK
13, 37, 0, 19
Luminance
0.3017
Every format
| HEX | #b482cf |
| RGB | rgb(180, 130, 207) |
| HSL | hsl(279, 45%, 66%) |
| CMYK | cmyk(13%, 37%, 0%, 19%) |
| LAB | lab(61.8 33.2 -32.4) |
| LCH | lch(61.8 46.4 315.7) |
| OKLCH | oklch(0.684 0.122 313.2) |
Copy-ready code
/* CSS */
color: #b482cf;
background-color: #b482cf;
/* Tailwind (arbitrary) */
class="text-[#b482cf] bg-[#b482cf]"
/* SCSS */
$brand: #b482cf;
/* SwiftUI */
Color(red: 0.706, green: 0.510, blue: 0.812)
/* Android */
Color.parseColor("#b482cf")Accessibility — WCAG contrast
Aa
#b482cf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b482cf on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green51.0%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta37.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b482cf text on a black background
contrast 7.03:1
Card sample
#b482cf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b482cf;
Background color
Panel with #b482cf background
background-color: #b482cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b482cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 130, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 130, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b482cf; background: linear-gradient(135deg, #b482cf, #CF82B7);