#cb63ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 99, 186
HSL
310°, 50%, 59%
CMYK
0, 51, 8, 20
Luminance
0.2517
Every format
| HEX | #cb63ba |
| RGB | rgb(203, 99, 186) |
| HSL | hsl(310, 50%, 59%) |
| CMYK | cmyk(0%, 51%, 8%, 20%) |
| LAB | lab(57.2 52.5 -27.3) |
| LCH | lch(57.2 59.2 332.5) |
| OKLCH | oklch(0.653 0.168 333.9) |
Copy-ready code
/* CSS */
color: #cb63ba;
background-color: #cb63ba;
/* Tailwind (arbitrary) */
class="text-[#cb63ba] bg-[#cb63ba]"
/* SCSS */
$brand: #cb63ba;
/* SwiftUI */
Color(red: 0.796, green: 0.388, blue: 0.729)
/* Android */
Color.parseColor("#cb63ba")Accessibility — WCAG contrast
Aa
#cb63ba on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb63ba on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green38.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow8.4%
Key (black)20.4%
Color previews
#cb63ba text on a black background
contrast 6.03:1
Card sample
#cb63ba text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb63ba;
Background color
Panel with #cb63ba background
background-color: #cb63ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb63ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 99, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 99, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb63ba; background: linear-gradient(135deg, #cb63ba, #CB6375);