#ba98cd
a light, soft violet · warm · closest name: plum
RGB
186, 152, 205
HSL
279°, 35%, 70%
CMYK
9, 26, 0, 20
Luminance
0.3730
Every format
| HEX | #ba98cd |
| RGB | rgb(186, 152, 205) |
| HSL | hsl(279, 35%, 70%) |
| CMYK | cmyk(9%, 26%, 0%, 20%) |
| LAB | lab(67.5 22.4 -22.4) |
| LCH | lch(67.5 31.7 315.0) |
| OKLCH | oklch(0.729 0.084 313.2) |
Copy-ready code
/* CSS */
color: #ba98cd;
background-color: #ba98cd;
/* Tailwind (arbitrary) */
class="text-[#ba98cd] bg-[#ba98cd]"
/* SCSS */
$brand: #ba98cd;
/* SwiftUI */
Color(red: 0.729, green: 0.596, blue: 0.804)
/* Android */
Color.parseColor("#ba98cd")Accessibility — WCAG contrast
Aa
#ba98cd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba98cd on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.6%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta25.9%
Yellow0.0%
Key (black)19.6%
Color previews
#ba98cd text on a black background
contrast 8.46:1
Card sample
#ba98cd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba98cd;
Background color
Panel with #ba98cd background
background-color: #ba98cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba98cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 152, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 152, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba98cd; background: linear-gradient(135deg, #ba98cd, #CD98BD);