#cb7ffc
a light, electric violet · warm · closest name: violet
RGB
203, 127, 252
HSL
277°, 95%, 74%
CMYK
19, 50, 0, 1
Luminance
0.3490
Every format
| HEX | #cb7ffc |
| RGB | rgb(203, 127, 252) |
| HSL | hsl(277, 95%, 74%) |
| CMYK | cmyk(19%, 50%, 0%, 1%) |
| LAB | lab(65.7 51.0 -51.1) |
| LCH | lch(65.7 72.2 315.0) |
| OKLCH | oklch(0.725 0.188 310.6) |
Copy-ready code
/* CSS */
color: #cb7ffc;
background-color: #cb7ffc;
/* Tailwind (arbitrary) */
class="text-[#cb7ffc] bg-[#cb7ffc]"
/* SCSS */
$brand: #cb7ffc;
/* SwiftUI */
Color(red: 0.796, green: 0.498, blue: 0.988)
/* Android */
Color.parseColor("#cb7ffc")Accessibility — WCAG contrast
Aa
#cb7ffc on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7ffc on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.8%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta49.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cb7ffc text on a black background
contrast 7.98:1
Card sample
#cb7ffc text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7ffc;
Background color
Panel with #cb7ffc background
background-color: #cb7ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 127, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 127, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7ffc; background: linear-gradient(135deg, #cb7ffc, #FC7FDA);