#d18bfd
a light, electric violet · warm · closest name: violet
RGB
209, 139, 253
HSL
277°, 97%, 77%
CMYK
17, 45, 0, 1
Luminance
0.3911
Every format
| HEX | #d18bfd |
| RGB | rgb(209, 139, 253) |
| HSL | hsl(277, 97%, 77%) |
| CMYK | cmyk(17%, 45%, 0%, 1%) |
| LAB | lab(68.8 46.5 -46.6) |
| LCH | lch(68.8 65.9 315.0) |
| OKLCH | oklch(0.750 0.172 311.2) |
Copy-ready code
/* CSS */
color: #d18bfd;
background-color: #d18bfd;
/* Tailwind (arbitrary) */
class="text-[#d18bfd] bg-[#d18bfd]"
/* SCSS */
$brand: #d18bfd;
/* SwiftUI */
Color(red: 0.820, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#d18bfd")Accessibility — WCAG contrast
Aa
#d18bfd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d18bfd on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green54.5%
Blue99.2%
CMYK percentages
Cyan17.4%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#d18bfd text on a black background
contrast 8.82:1
Card sample
#d18bfd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d18bfd;
Background color
Panel with #d18bfd background
background-color: #d18bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d18bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d18bfd; background: linear-gradient(135deg, #d18bfd, #FD8BDD);