#cf367f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 54, 127
HSL
331°, 61%, 51%
CMYK
0, 74, 39, 19
Luminance
0.1744
Every format
| HEX | #cf367f |
| RGB | rgb(207, 54, 127) |
| HSL | hsl(331, 61%, 51%) |
| CMYK | cmyk(0%, 74%, 39%, 19%) |
| LAB | lab(48.8 64.4 -5.3) |
| LCH | lch(48.8 64.6 355.3) |
| OKLCH | oklch(0.585 0.198 356.2) |
Copy-ready code
/* CSS */
color: #cf367f;
background-color: #cf367f;
/* Tailwind (arbitrary) */
class="text-[#cf367f] bg-[#cf367f]"
/* SCSS */
$brand: #cf367f;
/* SwiftUI */
Color(red: 0.812, green: 0.212, blue: 0.498)
/* Android */
Color.parseColor("#cf367f")Accessibility — WCAG contrast
Aa
#cf367f on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf367f on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow38.6%
Key (black)18.8%
Color previews
#cf367f text on a black background
contrast 4.49:1
Card sample
#cf367f text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf367f;
Background color
Panel with #cf367f background
background-color: #cf367f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf367f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 54, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 54, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf367f; background: linear-gradient(135deg, #cf367f, #CF5336);