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