#cf4367
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 67, 103
HSL
345°, 59%, 54%
CMYK
0, 68, 50, 19
Luminance
0.1826
Every format
| HEX | #cf4367 |
| RGB | rgb(207, 67, 103) |
| HSL | hsl(345, 59%, 54%) |
| CMYK | cmyk(0%, 68%, 50%, 19%) |
| LAB | lab(49.8 57.5 10.7) |
| LCH | lch(49.8 58.5 10.6) |
| OKLCH | oklch(0.590 0.177 9.0) |
Copy-ready code
/* CSS */
color: #cf4367;
background-color: #cf4367;
/* Tailwind (arbitrary) */
class="text-[#cf4367] bg-[#cf4367]"
/* SCSS */
$brand: #cf4367;
/* SwiftUI */
Color(red: 0.812, green: 0.263, blue: 0.404)
/* Android */
Color.parseColor("#cf4367")Accessibility — WCAG contrast
Aa
#cf4367 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4367 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.3%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow50.2%
Key (black)18.8%
Color previews
#cf4367 text on a black background
contrast 4.65:1
Card sample
#cf4367 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4367;
Background color
Panel with #cf4367 background
background-color: #cf4367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 67, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 67, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4367; background: linear-gradient(135deg, #cf4367, #CF7C43);