#cf397c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 57, 124
HSL
333°, 61%, 52%
CMYK
0, 73, 40, 19
Luminance
0.1765
Every format
| HEX | #cf397c |
| RGB | rgb(207, 57, 124) |
| HSL | hsl(333, 61%, 52%) |
| CMYK | cmyk(0%, 73%, 40%, 19%) |
| LAB | lab(49.1 63.1 -3.1) |
| LCH | lch(49.1 63.2 357.2) |
| OKLCH | oklch(0.586 0.194 357.8) |
Copy-ready code
/* CSS */
color: #cf397c;
background-color: #cf397c;
/* Tailwind (arbitrary) */
class="text-[#cf397c] bg-[#cf397c]"
/* SCSS */
$brand: #cf397c;
/* SwiftUI */
Color(red: 0.812, green: 0.224, blue: 0.486)
/* Android */
Color.parseColor("#cf397c")Accessibility — WCAG contrast
Aa
#cf397c on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf397c on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.4%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow40.1%
Key (black)18.8%
Color previews
#cf397c text on a black background
contrast 4.53:1
Card sample
#cf397c text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf397c;
Background color
Panel with #cf397c background
background-color: #cf397c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf397c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 57, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 57, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf397c; background: linear-gradient(135deg, #cf397c, #CF5A39);