#cf3cbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 60, 188
HSL
308°, 61%, 52%
CMYK
0, 71, 9, 19
Luminance
0.2013
Every format
| HEX | #cf3cbc |
| RGB | rgb(207, 60, 188) |
| HSL | hsl(308, 61%, 52%) |
| CMYK | cmyk(0%, 71%, 9%, 19%) |
| LAB | lab(52.0 70.1 -36.6) |
| LCH | lch(52.0 79.1 332.4) |
| OKLCH | oklch(0.616 0.227 333.7) |
Copy-ready code
/* CSS */
color: #cf3cbc;
background-color: #cf3cbc;
/* Tailwind (arbitrary) */
class="text-[#cf3cbc] bg-[#cf3cbc]"
/* SCSS */
$brand: #cf3cbc;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.737)
/* Android */
Color.parseColor("#cf3cbc")Accessibility — WCAG contrast
Aa
#cf3cbc on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3cbc on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cf3cbc text on a black background
contrast 5.03:1
Card sample
#cf3cbc text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3cbc;
Background color
Panel with #cf3cbc background
background-color: #cf3cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3cbc; background: linear-gradient(135deg, #cf3cbc, #CF3C5A);