#cb7cfb
a light, electric violet · warm · closest name: violet
RGB
203, 124, 251
HSL
277°, 94%, 74%
CMYK
19, 51, 0, 2
Luminance
0.3408
Every format
| HEX | #cb7cfb |
| RGB | rgb(203, 124, 251) |
| HSL | hsl(277, 94%, 74%) |
| CMYK | cmyk(19%, 51%, 0%, 2%) |
| LAB | lab(65.0 52.3 -51.6) |
| LCH | lch(65.0 73.5 315.4) |
| OKLCH | oklch(0.720 0.192 311.2) |
Copy-ready code
/* CSS */
color: #cb7cfb;
background-color: #cb7cfb;
/* Tailwind (arbitrary) */
class="text-[#cb7cfb] bg-[#cb7cfb]"
/* SCSS */
$brand: #cb7cfb;
/* SwiftUI */
Color(red: 0.796, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#cb7cfb")Accessibility — WCAG contrast
Aa
#cb7cfb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7cfb on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green48.6%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cb7cfb text on a black background
contrast 7.82:1
Card sample
#cb7cfb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7cfb;
Background color
Panel with #cb7cfb background
background-color: #cb7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7cfb; background: linear-gradient(135deg, #cb7cfb, #FB7CD6);