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