#d18fd6
a light, vivid magenta / pink · warm · closest name: plum
RGB
209, 143, 214
HSL
296°, 46%, 70%
CMYK
2, 33, 0, 16
Luminance
0.3806
Every format
| HEX | #d18fd6 |
| RGB | rgb(209, 143, 214) |
| HSL | hsl(296, 46%, 70%) |
| CMYK | cmyk(2%, 33%, 0%, 16%) |
| LAB | lab(68.1 36.5 -26.4) |
| LCH | lch(68.1 45.0 324.2) |
| OKLCH | oklch(0.739 0.123 324.3) |
Copy-ready code
/* CSS */
color: #d18fd6;
background-color: #d18fd6;
/* Tailwind (arbitrary) */
class="text-[#d18fd6] bg-[#d18fd6]"
/* SCSS */
$brand: #d18fd6;
/* SwiftUI */
Color(red: 0.820, green: 0.561, blue: 0.839)
/* Android */
Color.parseColor("#d18fd6")Accessibility — WCAG contrast
Aa
#d18fd6 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d18fd6 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green56.1%
Blue83.9%
CMYK percentages
Cyan2.3%
Magenta33.2%
Yellow0.0%
Key (black)16.1%
Color previews
#d18fd6 text on a black background
contrast 8.61:1
Card sample
#d18fd6 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d18fd6;
Background color
Panel with #d18fd6 background
background-color: #d18fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d18fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 143, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 143, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d18fd6; background: linear-gradient(135deg, #d18fd6, #D68FAC);