#d683eb
a light, vivid violet · warm · closest name: violet
RGB
214, 131, 235
HSL
288°, 72%, 72%
CMYK
9, 44, 0, 8
Luminance
0.3653
Every format
| HEX | #d683eb |
| RGB | rgb(214, 131, 235) |
| HSL | hsl(288, 72%, 72%) |
| CMYK | cmyk(9%, 44%, 0%, 8%) |
| LAB | lab(66.9 48.5 -39.7) |
| LCH | lch(66.9 62.6 320.7) |
| OKLCH | oklch(0.735 0.168 319.3) |
Copy-ready code
/* CSS */
color: #d683eb;
background-color: #d683eb;
/* Tailwind (arbitrary) */
class="text-[#d683eb] bg-[#d683eb]"
/* SCSS */
$brand: #d683eb;
/* SwiftUI */
Color(red: 0.839, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#d683eb")Accessibility — WCAG contrast
Aa
#d683eb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d683eb on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green51.4%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d683eb text on a black background
contrast 8.31:1
Card sample
#d683eb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d683eb;
Background color
Panel with #d683eb background
background-color: #d683eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d683eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d683eb; background: linear-gradient(135deg, #d683eb, #EB83BB);