#cb8dfd
a light, electric violet · warm · closest name: violet
RGB
203, 141, 253
HSL
273°, 97%, 77%
CMYK
20, 44, 0, 1
Luminance
0.3884
Every format
| HEX | #cb8dfd |
| RGB | rgb(203, 141, 253) |
| HSL | hsl(273, 97%, 77%) |
| CMYK | cmyk(20%, 44%, 0%, 1%) |
| LAB | lab(68.6 43.8 -47.0) |
| LCH | lch(68.6 64.2 313.0) |
| OKLCH | oklch(0.748 0.167 308.4) |
Copy-ready code
/* CSS */
color: #cb8dfd;
background-color: #cb8dfd;
/* Tailwind (arbitrary) */
class="text-[#cb8dfd] bg-[#cb8dfd]"
/* SCSS */
$brand: #cb8dfd;
/* SwiftUI */
Color(red: 0.796, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#cb8dfd")Accessibility — WCAG contrast
Aa
#cb8dfd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8dfd on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green55.3%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cb8dfd text on a black background
contrast 8.77:1
Card sample
#cb8dfd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8dfd;
Background color
Panel with #cb8dfd background
background-color: #cb8dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8dfd; background: linear-gradient(135deg, #cb8dfd, #FD8DE4);