#cb0cf7
a balanced, electric violet · warm · closest name: magenta
RGB
203, 12, 247
HSL
289°, 94%, 51%
CMYK
18, 95, 0, 3
Luminance
0.1967
Every format
| HEX | #cb0cf7 |
| RGB | rgb(203, 12, 247) |
| HSL | hsl(289, 94%, 51%) |
| CMYK | cmyk(18%, 95%, 0%, 3%) |
| LAB | lab(51.5 88.6 -71.1) |
| LCH | lch(51.5 113.6 321.3) |
| OKLCH | oklch(0.622 0.298 317.7) |
Copy-ready code
/* CSS */
color: #cb0cf7;
background-color: #cb0cf7;
/* Tailwind (arbitrary) */
class="text-[#cb0cf7] bg-[#cb0cf7]"
/* SCSS */
$brand: #cb0cf7;
/* SwiftUI */
Color(red: 0.796, green: 0.047, blue: 0.969)
/* Android */
Color.parseColor("#cb0cf7")Accessibility — WCAG contrast
Aa
#cb0cf7 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb0cf7 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green4.7%
Blue96.9%
CMYK percentages
Cyan17.8%
Magenta95.1%
Yellow0.0%
Key (black)3.1%
Color previews
#cb0cf7 text on a black background
contrast 4.93:1
Card sample
#cb0cf7 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0cf7;
Background color
Panel with #cb0cf7 background
background-color: #cb0cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 12, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 12, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0cf7; background: linear-gradient(135deg, #cb0cf7, #F70C86);