#cf30da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 48, 218
HSL
296°, 70%, 52%
CMYK
5, 78, 0, 15
Luminance
0.2044
Every format
| HEX | #cf30da |
| RGB | rgb(207, 48, 218) |
| HSL | hsl(296, 70%, 52%) |
| CMYK | cmyk(5%, 78%, 0%, 15%) |
| LAB | lab(52.3 78.4 -53.3) |
| LCH | lch(52.3 94.8 325.8) |
| OKLCH | oklch(0.624 0.260 325.2) |
Copy-ready code
/* CSS */
color: #cf30da;
background-color: #cf30da;
/* Tailwind (arbitrary) */
class="text-[#cf30da] bg-[#cf30da]"
/* SCSS */
$brand: #cf30da;
/* SwiftUI */
Color(red: 0.812, green: 0.188, blue: 0.855)
/* Android */
Color.parseColor("#cf30da")Accessibility — WCAG contrast
Aa
#cf30da on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf30da on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.8%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta78.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cf30da text on a black background
contrast 5.09:1
Card sample
#cf30da text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf30da;
Background color
Panel with #cf30da background
background-color: #cf30da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf30da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 48, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 48, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf30da; background: linear-gradient(135deg, #cf30da, #DA3074);