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