#cb40cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 64, 207
HSL
298°, 60%, 53%
CMYK
2, 69, 0, 19
Luminance
0.2087
Every format
| HEX | #cb40cf |
| RGB | rgb(203, 64, 207) |
| HSL | hsl(298, 60%, 53%) |
| CMYK | cmyk(2%, 69%, 0%, 19%) |
| LAB | lab(52.8 70.9 -46.3) |
| LCH | lch(52.8 84.7 326.8) |
| OKLCH | oklch(0.624 0.234 326.7) |
Copy-ready code
/* CSS */
color: #cb40cf;
background-color: #cb40cf;
/* Tailwind (arbitrary) */
class="text-[#cb40cf] bg-[#cb40cf]"
/* SCSS */
$brand: #cb40cf;
/* SwiftUI */
Color(red: 0.796, green: 0.251, blue: 0.812)
/* Android */
Color.parseColor("#cb40cf")Accessibility — WCAG contrast
Aa
#cb40cf on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb40cf on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.1%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta69.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cb40cf text on a black background
contrast 5.17:1
Card sample
#cb40cf text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb40cf;
Background color
Panel with #cb40cf background
background-color: #cb40cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb40cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 64, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 64, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb40cf; background: linear-gradient(135deg, #cb40cf, #CF4074);