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