#b899ff
a light, electric violet · warm · closest name: plum
RGB
184, 153, 255
HSL
258°, 100%, 80%
CMYK
28, 40, 0, 0
Luminance
0.4019
Every format
| HEX | #b899ff |
| RGB | rgb(184, 153, 255) |
| HSL | hsl(258, 100%, 80%) |
| CMYK | cmyk(28%, 40%, 0%, 0%) |
| LAB | lab(69.6 32.5 -46.6) |
| LCH | lch(69.6 56.8 304.8) |
| OKLCH | oklch(0.751 0.146 296.7) |
Copy-ready code
/* CSS */
color: #b899ff;
background-color: #b899ff;
/* Tailwind (arbitrary) */
class="text-[#b899ff] bg-[#b899ff]"
/* SCSS */
$brand: #b899ff;
/* SwiftUI */
Color(red: 0.722, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#b899ff")Accessibility — WCAG contrast
Aa
#b899ff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b899ff on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green60.0%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b899ff text on a black background
contrast 9.04:1
Card sample
#b899ff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b899ff;
Background color
Panel with #b899ff background
background-color: #b899ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b899ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b899ff; background: linear-gradient(135deg, #b899ff, #FC99FF);