#cb63cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 99, 207
HSL
298°, 53%, 60%
CMYK
2, 52, 0, 19
Luminance
0.2613
Every format
| HEX | #cb63cf |
| RGB | rgb(203, 99, 207) |
| HSL | hsl(298, 53%, 60%) |
| CMYK | cmyk(2%, 52%, 0%, 19%) |
| LAB | lab(58.2 56.1 -37.9) |
| LCH | lch(58.2 67.7 326.0) |
| OKLCH | oklch(0.663 0.186 326.0) |
Copy-ready code
/* CSS */
color: #cb63cf;
background-color: #cb63cf;
/* Tailwind (arbitrary) */
class="text-[#cb63cf] bg-[#cb63cf]"
/* SCSS */
$brand: #cb63cf;
/* SwiftUI */
Color(red: 0.796, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#cb63cf")Accessibility — WCAG contrast
Aa
#cb63cf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb63cf on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green38.8%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cb63cf text on a black background
contrast 6.23:1
Card sample
#cb63cf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb63cf;
Background color
Panel with #cb63cf background
background-color: #cb63cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb63cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb63cf; background: linear-gradient(135deg, #cb63cf, #CF638B);