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