#cb489f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 72, 159
HSL
320°, 56%, 54%
CMYK
0, 65, 22, 20
Luminance
0.1983
Every format
| HEX | #cb489f |
| RGB | rgb(203, 72, 159) |
| HSL | hsl(320, 56%, 54%) |
| CMYK | cmyk(0%, 65%, 22%, 20%) |
| LAB | lab(51.6 60.5 -20.2) |
| LCH | lch(51.6 63.8 341.5) |
| OKLCH | oklch(0.608 0.190 343.5) |
Copy-ready code
/* CSS */
color: #cb489f;
background-color: #cb489f;
/* Tailwind (arbitrary) */
class="text-[#cb489f] bg-[#cb489f]"
/* SCSS */
$brand: #cb489f;
/* SwiftUI */
Color(red: 0.796, green: 0.282, blue: 0.624)
/* Android */
Color.parseColor("#cb489f")Accessibility — WCAG contrast
Aa
#cb489f on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb489f on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow21.7%
Key (black)20.4%
Color previews
#cb489f text on a black background
contrast 4.97:1
Card sample
#cb489f text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb489f;
Background color
Panel with #cb489f background
background-color: #cb489f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb489f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 72, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 72, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb489f; background: linear-gradient(135deg, #cb489f, #CB4848);