#cf1f6f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 31, 111
HSL
333°, 74%, 47%
CMYK
0, 85, 46, 19
Luminance
0.1539
Every format
| HEX | #cf1f6f |
| RGB | rgb(207, 31, 111) |
| HSL | hsl(333, 74%, 47%) |
| CMYK | cmyk(0%, 85%, 46%, 19%) |
| LAB | lab(46.2 69.0 0.6) |
| LCH | lch(46.2 69.0 0.5) |
| OKLCH | oklch(0.564 0.212 0.6) |
Copy-ready code
/* CSS */
color: #cf1f6f;
background-color: #cf1f6f;
/* Tailwind (arbitrary) */
class="text-[#cf1f6f] bg-[#cf1f6f]"
/* SCSS */
$brand: #cf1f6f;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.435)
/* Android */
Color.parseColor("#cf1f6f")Accessibility — WCAG contrast
Aa
#cf1f6f on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1f6f on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow46.4%
Key (black)18.8%
Color previews
#cf1f6f text on a black background
contrast 4.08:1
Card sample
#cf1f6f text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1f6f;
Background color
Panel with #cf1f6f background
background-color: #cf1f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1f6f; background: linear-gradient(135deg, #cf1f6f, #CF441F);