#cf309c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 48, 156
HSL
319°, 62%, 50%
CMYK
0, 77, 25, 19
Luminance
0.1778
Every format
| HEX | #cf309c |
| RGB | rgb(207, 48, 156) |
| HSL | hsl(319, 62%, 50%) |
| CMYK | cmyk(0%, 77%, 25%, 19%) |
| LAB | lab(49.2 69.5 -22.1) |
| LCH | lch(49.2 72.9 342.4) |
| OKLCH | oklch(0.591 0.218 344.4) |
Copy-ready code
/* CSS */
color: #cf309c;
background-color: #cf309c;
/* Tailwind (arbitrary) */
class="text-[#cf309c] bg-[#cf309c]"
/* SCSS */
$brand: #cf309c;
/* SwiftUI */
Color(red: 0.812, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#cf309c")Accessibility — WCAG contrast
Aa
#cf309c on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf309c on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow24.6%
Key (black)18.8%
Color previews
#cf309c text on a black background
contrast 4.56:1
Card sample
#cf309c text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf309c;
Background color
Panel with #cf309c background
background-color: #cf309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf309c; background: linear-gradient(135deg, #cf309c, #CF3032);