#cf3370
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 51, 112
HSL
337°, 62%, 51%
CMYK
0, 75, 46, 19
Luminance
0.1680
Every format
| HEX | #cf3370 |
| RGB | rgb(207, 51, 112) |
| HSL | hsl(337, 62%, 51%) |
| CMYK | cmyk(0%, 75%, 46%, 19%) |
| LAB | lab(48.0 63.9 2.7) |
| LCH | lch(48.0 64.0 2.4) |
| OKLCH | oklch(0.578 0.196 2.2) |
Copy-ready code
/* CSS */
color: #cf3370;
background-color: #cf3370;
/* Tailwind (arbitrary) */
class="text-[#cf3370] bg-[#cf3370]"
/* SCSS */
$brand: #cf3370;
/* SwiftUI */
Color(red: 0.812, green: 0.200, blue: 0.439)
/* Android */
Color.parseColor("#cf3370")Accessibility — WCAG contrast
Aa
#cf3370 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3370 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.0%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow45.9%
Key (black)18.8%
Color previews
#cf3370 text on a black background
contrast 4.36:1
Card sample
#cf3370 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3370;
Background color
Panel with #cf3370 background
background-color: #cf3370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 51, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 51, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3370; background: linear-gradient(135deg, #cf3370, #CF5E33);