#cf3fc6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 63, 198
HSL
304°, 60%, 53%
CMYK
0, 70, 4, 19
Luminance
0.2090
Every format
| HEX | #cf3fc6 |
| RGB | rgb(207, 63, 198) |
| HSL | hsl(304, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 4%, 19%) |
| LAB | lab(52.8 70.7 -41.0) |
| LCH | lch(52.8 81.7 329.8) |
| OKLCH | oklch(0.624 0.230 330.6) |
Copy-ready code
/* CSS */
color: #cf3fc6;
background-color: #cf3fc6;
/* Tailwind (arbitrary) */
class="text-[#cf3fc6] bg-[#cf3fc6]"
/* SCSS */
$brand: #cf3fc6;
/* SwiftUI */
Color(red: 0.812, green: 0.247, blue: 0.776)
/* Android */
Color.parseColor("#cf3fc6")Accessibility — WCAG contrast
Aa
#cf3fc6 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3fc6 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.7%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow4.3%
Key (black)18.8%
Color previews
#cf3fc6 text on a black background
contrast 5.18:1
Card sample
#cf3fc6 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3fc6;
Background color
Panel with #cf3fc6 background
background-color: #cf3fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 63, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 63, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3fc6; background: linear-gradient(135deg, #cf3fc6, #CF3F66);