#cb14ff
a balanced, electric violet · warm · closest name: magenta
RGB
203, 20, 255
HSL
287°, 100%, 54%
CMYK
20, 92, 0, 0
Luminance
0.2042
Every format
| HEX | #cb14ff |
| RGB | rgb(203, 20, 255) |
| HSL | hsl(287, 100%, 54%) |
| CMYK | cmyk(20%, 92%, 0%, 0%) |
| LAB | lab(52.3 89.2 -74.2) |
| LCH | lch(52.3 116.0 320.2) |
| OKLCH | oklch(0.630 0.302 315.9) |
Copy-ready code
/* CSS */
color: #cb14ff;
background-color: #cb14ff;
/* Tailwind (arbitrary) */
class="text-[#cb14ff] bg-[#cb14ff]"
/* SCSS */
$brand: #cb14ff;
/* SwiftUI */
Color(red: 0.796, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#cb14ff")Accessibility — WCAG contrast
Aa
#cb14ff on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb14ff on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green7.8%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cb14ff text on a black background
contrast 5.08:1
Card sample
#cb14ff text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb14ff;
Background color
Panel with #cb14ff background
background-color: #cb14ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb14ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb14ff; background: linear-gradient(135deg, #cb14ff, #FF1496);