#cf368f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 54, 143
HSL
325°, 61%, 51%
CMYK
0, 74, 31, 19
Luminance
0.1789
Every format
| HEX | #cf368f |
| RGB | rgb(207, 54, 143) |
| HSL | hsl(325, 61%, 51%) |
| CMYK | cmyk(0%, 74%, 31%, 19%) |
| LAB | lab(49.4 66.1 -14.1) |
| LCH | lch(49.4 67.6 348.0) |
| OKLCH | oklch(0.591 0.205 349.7) |
Copy-ready code
/* CSS */
color: #cf368f;
background-color: #cf368f;
/* Tailwind (arbitrary) */
class="text-[#cf368f] bg-[#cf368f]"
/* SCSS */
$brand: #cf368f;
/* SwiftUI */
Color(red: 0.812, green: 0.212, blue: 0.561)
/* Android */
Color.parseColor("#cf368f")Accessibility — WCAG contrast
Aa
#cf368f on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf368f on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow30.9%
Key (black)18.8%
Color previews
#cf368f text on a black background
contrast 4.58:1
Card sample
#cf368f text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf368f;
Background color
Panel with #cf368f background
background-color: #cf368f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf368f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 54, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 54, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf368f; background: linear-gradient(135deg, #cf368f, #CF4336);