#d18eee
a light, vivid violet · warm · closest name: violet
RGB
209, 142, 238
HSL
282°, 74%, 75%
CMYK
12, 40, 0, 7
Luminance
0.3907
Every format
| HEX | #d18eee |
| RGB | rgb(209, 142, 238) |
| HSL | hsl(282, 74%, 75%) |
| CMYK | cmyk(12%, 40%, 0%, 7%) |
| LAB | lab(68.8 41.8 -38.5) |
| LCH | lch(68.8 56.8 317.4) |
| OKLCH | oklch(0.748 0.150 315.1) |
Copy-ready code
/* CSS */
color: #d18eee;
background-color: #d18eee;
/* Tailwind (arbitrary) */
class="text-[#d18eee] bg-[#d18eee]"
/* SCSS */
$brand: #d18eee;
/* SwiftUI */
Color(red: 0.820, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#d18eee")Accessibility — WCAG contrast
Aa
#d18eee on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d18eee on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan12.2%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d18eee text on a black background
contrast 8.81:1
Card sample
#d18eee text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d18eee;
Background color
Panel with #d18eee background
background-color: #d18eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d18eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d18eee; background: linear-gradient(135deg, #d18eee, #EE8ECB);