#cb3cbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 60, 191
HSL
305°, 58%, 52%
CMYK
0, 70, 6, 20
Luminance
0.1969
Every format
| HEX | #cb3cbf |
| RGB | rgb(203, 60, 191) |
| HSL | hsl(305, 58%, 52%) |
| CMYK | cmyk(0%, 70%, 6%, 20%) |
| LAB | lab(51.5 69.7 -39.2) |
| LCH | lch(51.5 79.9 330.7) |
| OKLCH | oklch(0.612 0.227 331.6) |
Copy-ready code
/* CSS */
color: #cb3cbf;
background-color: #cb3cbf;
/* Tailwind (arbitrary) */
class="text-[#cb3cbf] bg-[#cb3cbf]"
/* SCSS */
$brand: #cb3cbf;
/* SwiftUI */
Color(red: 0.796, green: 0.235, blue: 0.749)
/* Android */
Color.parseColor("#cb3cbf")Accessibility — WCAG contrast
Aa
#cb3cbf on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3cbf on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green23.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow5.9%
Key (black)20.4%
Color previews
#cb3cbf text on a black background
contrast 4.94:1
Card sample
#cb3cbf text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3cbf;
Background color
Panel with #cb3cbf background
background-color: #cb3cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 60, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 60, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3cbf; background: linear-gradient(135deg, #cb3cbf, #CB3C60);