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