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