#cb4cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 76, 223
HSL
292°, 70%, 59%
CMYK
9, 66, 0, 13
Luminance
0.2319
Every format
| HEX | #cb4cdf |
| RGB | rgb(203, 76, 223) |
| HSL | hsl(292, 70%, 59%) |
| CMYK | cmyk(9%, 66%, 0%, 13%) |
| LAB | lab(55.3 69.1 -51.5) |
| LCH | lch(55.3 86.2 323.3) |
| OKLCH | oklch(0.644 0.233 322.0) |
Copy-ready code
/* CSS */
color: #cb4cdf;
background-color: #cb4cdf;
/* Tailwind (arbitrary) */
class="text-[#cb4cdf] bg-[#cb4cdf]"
/* SCSS */
$brand: #cb4cdf;
/* SwiftUI */
Color(red: 0.796, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#cb4cdf")Accessibility — WCAG contrast
Aa
#cb4cdf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4cdf on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cb4cdf text on a black background
contrast 5.64:1
Card sample
#cb4cdf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4cdf;
Background color
Panel with #cb4cdf background
background-color: #cb4cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4cdf; background: linear-gradient(135deg, #cb4cdf, #DF4C91);