#cf43da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 67, 218
HSL
296°, 67%, 56%
CMYK
5, 69, 0, 15
Luminance
0.2234
Every format
| HEX | #cf43da |
| RGB | rgb(207, 67, 218) |
| HSL | hsl(296, 67%, 56%) |
| CMYK | cmyk(5%, 69%, 0%, 15%) |
| LAB | lab(54.4 72.5 -50.0) |
| LCH | lch(54.4 88.1 325.4) |
| OKLCH | oklch(0.638 0.241 324.8) |
Copy-ready code
/* CSS */
color: #cf43da;
background-color: #cf43da;
/* Tailwind (arbitrary) */
class="text-[#cf43da] bg-[#cf43da]"
/* SCSS */
$brand: #cf43da;
/* SwiftUI */
Color(red: 0.812, green: 0.263, blue: 0.855)
/* Android */
Color.parseColor("#cf43da")Accessibility — WCAG contrast
Aa
#cf43da on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf43da on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.3%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta69.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cf43da text on a black background
contrast 5.47:1
Card sample
#cf43da text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf43da;
Background color
Panel with #cf43da background
background-color: #cf43da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf43da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 67, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 67, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf43da; background: linear-gradient(135deg, #cf43da, #DA4380);