#d18beb
a light, vivid violet · warm · closest name: violet
RGB
209, 139, 235
HSL
284°, 71%, 73%
CMYK
11, 41, 0, 8
Luminance
0.3802
Every format
| HEX | #d18beb |
| RGB | rgb(209, 139, 235) |
| HSL | hsl(284, 71%, 73%) |
| CMYK | cmyk(11%, 41%, 0%, 8%) |
| LAB | lab(68.0 42.8 -38.0) |
| LCH | lch(68.0 57.2 318.4) |
| OKLCH | oklch(0.742 0.152 316.5) |
Copy-ready code
/* CSS */
color: #d18beb;
background-color: #d18beb;
/* Tailwind (arbitrary) */
class="text-[#d18beb] bg-[#d18beb]"
/* SCSS */
$brand: #d18beb;
/* SwiftUI */
Color(red: 0.820, green: 0.545, blue: 0.922)
/* Android */
Color.parseColor("#d18beb")Accessibility — WCAG contrast
Aa
#d18beb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d18beb on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green54.5%
Blue92.2%
CMYK percentages
Cyan11.1%
Magenta40.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d18beb text on a black background
contrast 8.60:1
Card sample
#d18beb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d18beb;
Background color
Panel with #d18beb background
background-color: #d18beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d18beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 139, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 139, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d18beb; background: linear-gradient(135deg, #d18beb, #EB8BC5);