#cf39db
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 57, 219
HSL
296°, 69%, 54%
CMYK
6, 74, 0, 14
Luminance
0.2131
Every format
| HEX | #cf39db |
| RGB | rgb(207, 57, 219) |
| HSL | hsl(296, 69%, 54%) |
| CMYK | cmyk(6%, 74%, 0%, 14%) |
| LAB | lab(53.3 76.0 -52.3) |
| LCH | lch(53.3 92.3 325.4) |
| OKLCH | oklch(0.631 0.253 324.7) |
Copy-ready code
/* CSS */
color: #cf39db;
background-color: #cf39db;
/* Tailwind (arbitrary) */
class="text-[#cf39db] bg-[#cf39db]"
/* SCSS */
$brand: #cf39db;
/* SwiftUI */
Color(red: 0.812, green: 0.224, blue: 0.859)
/* Android */
Color.parseColor("#cf39db")Accessibility — WCAG contrast
Aa
#cf39db on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf39db on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.4%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta74.0%
Yellow0.0%
Key (black)14.1%
Color previews
#cf39db text on a black background
contrast 5.26:1
Card sample
#cf39db text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf39db;
Background color
Panel with #cf39db background
background-color: #cf39db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf39db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 57, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 57, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf39db; background: linear-gradient(135deg, #cf39db, #DB397B);