#cf34ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 52, 186
HSL
308°, 62%, 51%
CMYK
0, 75, 10, 19
Luminance
0.1927
Every format
| HEX | #cf34ba |
| RGB | rgb(207, 52, 186) |
| HSL | hsl(308, 62%, 51%) |
| CMYK | cmyk(0%, 75%, 10%, 19%) |
| LAB | lab(51.0 72.4 -37.0) |
| LCH | lch(51.0 81.3 332.9) |
| OKLCH | oklch(0.609 0.234 334.3) |
Copy-ready code
/* CSS */
color: #cf34ba;
background-color: #cf34ba;
/* Tailwind (arbitrary) */
class="text-[#cf34ba] bg-[#cf34ba]"
/* SCSS */
$brand: #cf34ba;
/* SwiftUI */
Color(red: 0.812, green: 0.204, blue: 0.729)
/* Android */
Color.parseColor("#cf34ba")Accessibility — WCAG contrast
Aa
#cf34ba on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf34ba on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cf34ba text on a black background
contrast 4.85:1
Card sample
#cf34ba text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf34ba;
Background color
Panel with #cf34ba background
background-color: #cf34ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf34ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 52, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 52, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf34ba; background: linear-gradient(135deg, #cf34ba, #CF3453);