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