#d189eb
a light, vivid violet · warm · closest name: violet
RGB
209, 137, 235
HSL
284°, 71%, 73%
CMYK
11, 42, 0, 8
Luminance
0.3744
Every format
| HEX | #d189eb |
| RGB | rgb(209, 137, 235) |
| HSL | hsl(284, 71%, 73%) |
| CMYK | cmyk(11%, 42%, 0%, 8%) |
| LAB | lab(67.6 43.9 -38.7) |
| LCH | lch(67.6 58.5 318.6) |
| OKLCH | oklch(0.739 0.155 316.7) |
Copy-ready code
/* CSS */
color: #d189eb;
background-color: #d189eb;
/* Tailwind (arbitrary) */
class="text-[#d189eb] bg-[#d189eb]"
/* SCSS */
$brand: #d189eb;
/* SwiftUI */
Color(red: 0.820, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#d189eb")Accessibility — WCAG contrast
Aa
#d189eb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d189eb on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green53.7%
Blue92.2%
CMYK percentages
Cyan11.1%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d189eb text on a black background
contrast 8.49:1
Card sample
#d189eb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d189eb;
Background color
Panel with #d189eb background
background-color: #d189eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d189eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d189eb; background: linear-gradient(135deg, #d189eb, #EB89C4);