#cf39ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 57, 186
HSL
308°, 61%, 52%
CMYK
0, 73, 10, 19
Luminance
0.1974
Every format
| HEX | #cf39ba |
| RGB | rgb(207, 57, 186) |
| HSL | hsl(308, 61%, 52%) |
| CMYK | cmyk(0%, 73%, 10%, 19%) |
| LAB | lab(51.5 70.8 -36.1) |
| LCH | lch(51.5 79.5 333.0) |
| OKLCH | oklch(0.612 0.228 334.3) |
Copy-ready code
/* CSS */
color: #cf39ba;
background-color: #cf39ba;
/* Tailwind (arbitrary) */
class="text-[#cf39ba] bg-[#cf39ba]"
/* SCSS */
$brand: #cf39ba;
/* SwiftUI */
Color(red: 0.812, green: 0.224, blue: 0.729)
/* Android */
Color.parseColor("#cf39ba")Accessibility — WCAG contrast
Aa
#cf39ba on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf39ba on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow10.1%
Key (black)18.8%
Color previews
#cf39ba text on a black background
contrast 4.95:1
Card sample
#cf39ba text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf39ba;
Background color
Panel with #cf39ba background
background-color: #cf39ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf39ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 57, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 57, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf39ba; background: linear-gradient(135deg, #cf39ba, #CF3956);