#cb7ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 124, 207
HSL
297°, 46%, 65%
CMYK
2, 40, 0, 19
Luminance
0.3162
Every format
| HEX | #cb7ccf |
| RGB | rgb(203, 124, 207) |
| HSL | hsl(297, 46%, 65%) |
| CMYK | cmyk(2%, 40%, 0%, 19%) |
| LAB | lab(63.0 43.5 -30.3) |
| LCH | lch(63.0 53.0 325.2) |
| OKLCH | oklch(0.699 0.145 325.3) |
Copy-ready code
/* CSS */
color: #cb7ccf;
background-color: #cb7ccf;
/* Tailwind (arbitrary) */
class="text-[#cb7ccf] bg-[#cb7ccf]"
/* SCSS */
$brand: #cb7ccf;
/* SwiftUI */
Color(red: 0.796, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#cb7ccf")Accessibility — WCAG contrast
Aa
#cb7ccf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7ccf on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green48.6%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cb7ccf text on a black background
contrast 7.32:1
Card sample
#cb7ccf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7ccf;
Background color
Panel with #cb7ccf background
background-color: #cb7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7ccf; background: linear-gradient(135deg, #cb7ccf, #CF7C9C);