#cb3cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 60, 219
HSL
294°, 69%, 55%
CMYK
7, 73, 0, 14
Luminance
0.2104
Every format
| HEX | #cb3cdb |
| RGB | rgb(203, 60, 219) |
| HSL | hsl(294, 69%, 55%) |
| CMYK | cmyk(7%, 73%, 0%, 14%) |
| LAB | lab(53.0 74.2 -52.8) |
| LCH | lch(53.0 91.1 324.6) |
| OKLCH | oklch(0.627 0.248 323.5) |
Copy-ready code
/* CSS */
color: #cb3cdb;
background-color: #cb3cdb;
/* Tailwind (arbitrary) */
class="text-[#cb3cdb] bg-[#cb3cdb]"
/* SCSS */
$brand: #cb3cdb;
/* SwiftUI */
Color(red: 0.796, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#cb3cdb")Accessibility — WCAG contrast
Aa
#cb3cdb on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3cdb on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green23.5%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#cb3cdb text on a black background
contrast 5.21:1
Card sample
#cb3cdb text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3cdb;
Background color
Panel with #cb3cdb background
background-color: #cb3cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3cdb; background: linear-gradient(135deg, #cb3cdb, #DB3C81);