#cb6281
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
203, 98, 129
HSL
342°, 50%, 59%
CMYK
0, 52, 37, 20
Luminance
0.2302
Every format
| HEX | #cb6281 |
| RGB | rgb(203, 98, 129) |
| HSL | hsl(342, 50%, 59%) |
| CMYK | cmyk(0%, 52%, 37%, 20%) |
| LAB | lab(55.1 44.9 2.6) |
| LCH | lch(55.1 44.9 3.4) |
| OKLCH | oklch(0.630 0.137 3.1) |
Copy-ready code
/* CSS */
color: #cb6281;
background-color: #cb6281;
/* Tailwind (arbitrary) */
class="text-[#cb6281] bg-[#cb6281]"
/* SCSS */
$brand: #cb6281;
/* SwiftUI */
Color(red: 0.796, green: 0.384, blue: 0.506)
/* Android */
Color.parseColor("#cb6281")Accessibility — WCAG contrast
Aa
#cb6281 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb6281 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green38.4%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow36.5%
Key (black)20.4%
Color previews
#cb6281 text on a black background
contrast 5.60:1
Card sample
#cb6281 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6281;
Background color
Panel with #cb6281 background
background-color: #cb6281;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6281;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 98, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 98, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6281; background: linear-gradient(135deg, #cb6281, #CB8962);