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