#cb407d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 64, 125
HSL
334°, 57%, 52%
CMYK
0, 69, 38, 20
Luminance
0.1784
Every format
| HEX | #cb407d |
| RGB | rgb(203, 64, 125) |
| HSL | hsl(334, 57%, 52%) |
| CMYK | cmyk(0%, 69%, 38%, 20%) |
| LAB | lab(49.3 59.5 -3.4) |
| LCH | lch(49.3 59.6 356.7) |
| OKLCH | oklch(0.587 0.183 357.4) |
Copy-ready code
/* CSS */
color: #cb407d;
background-color: #cb407d;
/* Tailwind (arbitrary) */
class="text-[#cb407d] bg-[#cb407d]"
/* SCSS */
$brand: #cb407d;
/* SwiftUI */
Color(red: 0.796, green: 0.251, blue: 0.490)
/* Android */
Color.parseColor("#cb407d")Accessibility — WCAG contrast
Aa
#cb407d on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb407d on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.1%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow38.4%
Key (black)20.4%
Color previews
#cb407d text on a black background
contrast 4.57:1
Card sample
#cb407d text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb407d;
Background color
Panel with #cb407d background
background-color: #cb407d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb407d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 64, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 64, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb407d; background: linear-gradient(135deg, #cb407d, #CB6040);