#cf398f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 57, 143
HSL
326°, 61%, 52%
CMYK
0, 73, 31, 19
Luminance
0.1817
Every format
| HEX | #cf398f |
| RGB | rgb(207, 57, 143) |
| HSL | hsl(326, 61%, 52%) |
| CMYK | cmyk(0%, 73%, 31%, 19%) |
| LAB | lab(49.7 65.2 -13.6) |
| LCH | lch(49.7 66.5 348.2) |
| OKLCH | oklch(0.593 0.202 349.9) |
Copy-ready code
/* CSS */
color: #cf398f;
background-color: #cf398f;
/* Tailwind (arbitrary) */
class="text-[#cf398f] bg-[#cf398f]"
/* SCSS */
$brand: #cf398f;
/* SwiftUI */
Color(red: 0.812, green: 0.224, blue: 0.561)
/* Android */
Color.parseColor("#cf398f")Accessibility — WCAG contrast
Aa
#cf398f on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf398f on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow30.9%
Key (black)18.8%
Color previews
#cf398f text on a black background
contrast 4.63:1
Card sample
#cf398f text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf398f;
Background color
Panel with #cf398f background
background-color: #cf398f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf398f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 57, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 57, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf398f; background: linear-gradient(135deg, #cf398f, #CF4739);