#cb7fff
a light, electric violet · warm · closest name: violet
RGB
203, 127, 255
HSL
276°, 100%, 75%
CMYK
20, 50, 0, 0
Luminance
0.3510
Every format
| HEX | #cb7fff |
| RGB | rgb(203, 127, 255) |
| HSL | hsl(276, 100%, 75%) |
| CMYK | cmyk(20%, 50%, 0%, 0%) |
| LAB | lab(65.8 51.6 -52.5) |
| LCH | lch(65.8 73.6 314.5) |
| OKLCH | oklch(0.727 0.191 309.9) |
Copy-ready code
/* CSS */
color: #cb7fff;
background-color: #cb7fff;
/* Tailwind (arbitrary) */
class="text-[#cb7fff] bg-[#cb7fff]"
/* SCSS */
$brand: #cb7fff;
/* SwiftUI */
Color(red: 0.796, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#cb7fff")Accessibility — WCAG contrast
Aa
#cb7fff on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7fff on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.8%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cb7fff text on a black background
contrast 8.02:1
Card sample
#cb7fff text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7fff;
Background color
Panel with #cb7fff background
background-color: #cb7fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7fff; background: linear-gradient(135deg, #cb7fff, #FF7FDE);