#cb7dfd
a light, electric violet · warm · closest name: violet
RGB
203, 125, 253
HSL
277°, 97%, 74%
CMYK
20, 51, 0, 1
Luminance
0.3446
Every format
| HEX | #cb7dfd |
| RGB | rgb(203, 125, 253) |
| HSL | hsl(277, 97%, 74%) |
| CMYK | cmyk(20%, 51%, 0%, 1%) |
| LAB | lab(65.3 52.3 -52.2) |
| LCH | lch(65.3 73.9 315.0) |
| OKLCH | oklch(0.723 0.192 310.6) |
Copy-ready code
/* CSS */
color: #cb7dfd;
background-color: #cb7dfd;
/* Tailwind (arbitrary) */
class="text-[#cb7dfd] bg-[#cb7dfd]"
/* SCSS */
$brand: #cb7dfd;
/* SwiftUI */
Color(red: 0.796, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#cb7dfd")Accessibility — WCAG contrast
Aa
#cb7dfd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7dfd on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.0%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cb7dfd text on a black background
contrast 7.89:1
Card sample
#cb7dfd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7dfd;
Background color
Panel with #cb7dfd background
background-color: #cb7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7dfd; background: linear-gradient(135deg, #cb7dfd, #FD7DDA);