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