#d18be9
a light, vivid violet · warm · closest name: violet
RGB
209, 139, 233
HSL
285°, 68%, 73%
CMYK
10, 40, 0, 9
Luminance
0.3790
Every format
| HEX | #d18be9 |
| RGB | rgb(209, 139, 233) |
| HSL | hsl(285, 68%, 73%) |
| CMYK | cmyk(10%, 40%, 0%, 9%) |
| LAB | lab(68.0 42.4 -37.0) |
| LCH | lch(68.0 56.3 318.9) |
| OKLCH | oklch(0.741 0.150 317.1) |
Copy-ready code
/* CSS */
color: #d18be9;
background-color: #d18be9;
/* Tailwind (arbitrary) */
class="text-[#d18be9] bg-[#d18be9]"
/* SCSS */
$brand: #d18be9;
/* SwiftUI */
Color(red: 0.820, green: 0.545, blue: 0.914)
/* Android */
Color.parseColor("#d18be9")Accessibility — WCAG contrast
Aa
#d18be9 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d18be9 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green54.5%
Blue91.4%
CMYK percentages
Cyan10.3%
Magenta40.3%
Yellow0.0%
Key (black)8.6%
Color previews
#d18be9 text on a black background
contrast 8.58:1
Card sample
#d18be9 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d18be9;
Background color
Panel with #d18be9 background
background-color: #d18be9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d18be9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 139, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 139, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d18be9; background: linear-gradient(135deg, #d18be9, #E98BC2);