#cf2256
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 34, 86
HSL
342°, 72%, 47%
CMYK
0, 84, 59, 19
Luminance
0.1508
Every format
| HEX | #cf2256 |
| RGB | rgb(207, 34, 86) |
| HSL | hsl(342, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 59%, 19%) |
| LAB | lab(45.8 66.5 15.5) |
| LCH | lch(45.8 68.3 13.1) |
| OKLCH | oklch(0.559 0.205 10.9) |
Copy-ready code
/* CSS */
color: #cf2256;
background-color: #cf2256;
/* Tailwind (arbitrary) */
class="text-[#cf2256] bg-[#cf2256]"
/* SCSS */
$brand: #cf2256;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.337)
/* Android */
Color.parseColor("#cf2256")Accessibility — WCAG contrast
Aa
#cf2256 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2256 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow58.5%
Key (black)18.8%
Color previews
#cf2256 text on a black background
contrast 4.02:1
Card sample
#cf2256 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2256;
Background color
Panel with #cf2256 background
background-color: #cf2256;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2256;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2256; background: linear-gradient(135deg, #cf2256, #CF6222);