#cf2467
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 36, 103
HSL
337°, 70%, 48%
CMYK
0, 83, 50, 19
Luminance
0.1551
Every format
| HEX | #cf2467 |
| RGB | rgb(207, 36, 103) |
| HSL | hsl(337, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 50%, 19%) |
| LAB | lab(46.3 67.2 5.8) |
| LCH | lch(46.3 67.5 4.9) |
| OKLCH | oklch(0.564 0.207 4.3) |
Copy-ready code
/* CSS */
color: #cf2467;
background-color: #cf2467;
/* Tailwind (arbitrary) */
class="text-[#cf2467] bg-[#cf2467]"
/* SCSS */
$brand: #cf2467;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#cf2467")Accessibility — WCAG contrast
Aa
#cf2467 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2467 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow50.2%
Key (black)18.8%
Color previews
#cf2467 text on a black background
contrast 4.10:1
Card sample
#cf2467 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2467;
Background color
Panel with #cf2467 background
background-color: #cf2467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2467; background: linear-gradient(135deg, #cf2467, #CF5324);