#cf36cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 54, 207
HSL
300°, 61%, 51%
CMYK
0, 74, 0, 19
Luminance
0.2041
Every format
| HEX | #cf36cf |
| RGB | rgb(207, 54, 207) |
| HSL | hsl(300, 61%, 51%) |
| CMYK | cmyk(0%, 74%, 0%, 19%) |
| LAB | lab(52.3 75.0 -47.1) |
| LCH | lch(52.3 88.5 327.9) |
| OKLCH | oklch(0.621 0.246 328.0) |
Copy-ready code
/* CSS */
color: #cf36cf;
background-color: #cf36cf;
/* Tailwind (arbitrary) */
class="text-[#cf36cf] bg-[#cf36cf]"
/* SCSS */
$brand: #cf36cf;
/* SwiftUI */
Color(red: 0.812, green: 0.212, blue: 0.812)
/* Android */
Color.parseColor("#cf36cf")Accessibility — WCAG contrast
Aa
#cf36cf on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf36cf on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cf36cf text on a black background
contrast 5.08:1
Card sample
#cf36cf text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf36cf;
Background color
Panel with #cf36cf background
background-color: #cf36cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf36cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 54, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 54, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf36cf; background: linear-gradient(135deg, #cf36cf, #CF3669);