#cf3bda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 59, 218
HSL
296°, 68%, 54%
CMYK
5, 73, 0, 15
Luminance
0.2146
Every format
| HEX | #cf3bda |
| RGB | rgb(207, 59, 218) |
| HSL | hsl(296, 68%, 54%) |
| CMYK | cmyk(5%, 73%, 0%, 15%) |
| LAB | lab(53.5 75.2 -51.5) |
| LCH | lch(53.5 91.2 325.6) |
| OKLCH | oklch(0.631 0.250 325.0) |
Copy-ready code
/* CSS */
color: #cf3bda;
background-color: #cf3bda;
/* Tailwind (arbitrary) */
class="text-[#cf3bda] bg-[#cf3bda]"
/* SCSS */
$brand: #cf3bda;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.855)
/* Android */
Color.parseColor("#cf3bda")Accessibility — WCAG contrast
Aa
#cf3bda on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3bda on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta72.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cf3bda text on a black background
contrast 5.29:1
Card sample
#cf3bda text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3bda;
Background color
Panel with #cf3bda background
background-color: #cf3bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3bda; background: linear-gradient(135deg, #cf3bda, #DA3B7B);