#cf246f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 36, 111
HSL
334°, 70%, 48%
CMYK
0, 83, 46, 19
Luminance
0.1567
Every format
| HEX | #cf246f |
| RGB | rgb(207, 36, 111) |
| HSL | hsl(334, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 46%, 19%) |
| LAB | lab(46.5 67.9 1.2) |
| LCH | lch(46.5 67.9 1.0) |
| OKLCH | oklch(0.567 0.209 1.0) |
Copy-ready code
/* CSS */
color: #cf246f;
background-color: #cf246f;
/* Tailwind (arbitrary) */
class="text-[#cf246f] bg-[#cf246f]"
/* SCSS */
$brand: #cf246f;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.435)
/* Android */
Color.parseColor("#cf246f")Accessibility — WCAG contrast
Aa
#cf246f on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf246f on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow46.4%
Key (black)18.8%
Color previews
#cf246f text on a black background
contrast 4.13:1
Card sample
#cf246f text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf246f;
Background color
Panel with #cf246f background
background-color: #cf246f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf246f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf246f; background: linear-gradient(135deg, #cf246f, #CF4B24);