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