#d28bff
a light, electric violet · warm · closest name: violet
RGB
210, 139, 255
HSL
277°, 100%, 77%
CMYK
18, 46, 0, 0
Luminance
0.3939
Every format
| HEX | #d28bff |
| RGB | rgb(210, 139, 255) |
| HSL | hsl(277, 100%, 77%) |
| CMYK | cmyk(18%, 46%, 0%, 0%) |
| LAB | lab(69.0 47.2 -47.4) |
| LCH | lch(69.0 66.9 314.9) |
| OKLCH | oklch(0.752 0.175 311.0) |
Copy-ready code
/* CSS */
color: #d28bff;
background-color: #d28bff;
/* Tailwind (arbitrary) */
class="text-[#d28bff] bg-[#d28bff]"
/* SCSS */
$brand: #d28bff;
/* SwiftUI */
Color(red: 0.824, green: 0.545, blue: 1.000)
/* Android */
Color.parseColor("#d28bff")Accessibility — WCAG contrast
Aa
#d28bff on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d28bff on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green54.5%
Blue100.0%
CMYK percentages
Cyan17.6%
Magenta45.5%
Yellow0.0%
Key (black)0.0%
Color previews
#d28bff text on a black background
contrast 8.88:1
Card sample
#d28bff text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d28bff;
Background color
Panel with #d28bff background
background-color: #d28bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d28bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 139, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 139, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d28bff; background: linear-gradient(135deg, #d28bff, #FF8BDF);