#cb487d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 72, 125
HSL
336°, 56%, 54%
CMYK
0, 65, 38, 20
Luminance
0.1881
Every format
| HEX | #cb487d |
| RGB | rgb(203, 72, 125) |
| HSL | hsl(336, 56%, 54%) |
| CMYK | cmyk(0%, 65%, 38%, 20%) |
| LAB | lab(50.5 56.4 -1.7) |
| LCH | lch(50.5 56.4 358.3) |
| OKLCH | oklch(0.596 0.172 358.7) |
Copy-ready code
/* CSS */
color: #cb487d;
background-color: #cb487d;
/* Tailwind (arbitrary) */
class="text-[#cb487d] bg-[#cb487d]"
/* SCSS */
$brand: #cb487d;
/* SwiftUI */
Color(red: 0.796, green: 0.282, blue: 0.490)
/* Android */
Color.parseColor("#cb487d")Accessibility — WCAG contrast
Aa
#cb487d on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb487d on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.2%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow38.4%
Key (black)20.4%
Color previews
#cb487d text on a black background
contrast 4.76:1
Card sample
#cb487d text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb487d;
Background color
Panel with #cb487d background
background-color: #cb487d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb487d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 72, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 72, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb487d; background: linear-gradient(135deg, #cb487d, #CB6A48);