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