#cb63af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 99, 175
HSL
316°, 50%, 59%
CMYK
0, 51, 14, 20
Luminance
0.2472
Every format
| HEX | #cb63af |
| RGB | rgb(203, 99, 175) |
| HSL | hsl(316, 50%, 59%) |
| CMYK | cmyk(0%, 51%, 14%, 20%) |
| LAB | lab(56.8 50.7 -21.6) |
| LCH | lch(56.8 55.2 336.9) |
| OKLCH | oklch(0.648 0.160 338.6) |
Copy-ready code
/* CSS */
color: #cb63af;
background-color: #cb63af;
/* Tailwind (arbitrary) */
class="text-[#cb63af] bg-[#cb63af]"
/* SCSS */
$brand: #cb63af;
/* SwiftUI */
Color(red: 0.796, green: 0.388, blue: 0.686)
/* Android */
Color.parseColor("#cb63af")Accessibility — WCAG contrast
Aa
#cb63af on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb63af on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green38.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow13.8%
Key (black)20.4%
Color previews
#cb63af text on a black background
contrast 5.94:1
Card sample
#cb63af text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb63af;
Background color
Panel with #cb63af background
background-color: #cb63af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb63af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 99, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 99, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb63af; background: linear-gradient(135deg, #cb63af, #CB636A);