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