#cb2cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 44, 219
HSL
295°, 71%, 52%
CMYK
7, 80, 0, 14
Luminance
0.1961
Every format
| HEX | #cb2cdb |
| RGB | rgb(203, 44, 219) |
| HSL | hsl(295, 71%, 52%) |
| CMYK | cmyk(7%, 80%, 0%, 14%) |
| LAB | lab(51.4 78.8 -55.4) |
| LCH | lch(51.4 96.3 324.9) |
| OKLCH | oklch(0.616 0.262 323.9) |
Copy-ready code
/* CSS */
color: #cb2cdb;
background-color: #cb2cdb;
/* Tailwind (arbitrary) */
class="text-[#cb2cdb] bg-[#cb2cdb]"
/* SCSS */
$brand: #cb2cdb;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#cb2cdb")Accessibility — WCAG contrast
Aa
#cb2cdb on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2cdb on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue85.9%
CMYK percentages
Cyan7.3%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#cb2cdb text on a black background
contrast 4.92:1
Card sample
#cb2cdb text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2cdb;
Background color
Panel with #cb2cdb background
background-color: #cb2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2cdb; background: linear-gradient(135deg, #cb2cdb, #DB2C76);