#cf285f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 40, 95
HSL
340°, 68%, 48%
CMYK
0, 81, 54, 19
Luminance
0.1561
Every format
| HEX | #cf285f |
| RGB | rgb(207, 40, 95) |
| HSL | hsl(340, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 54%, 19%) |
| LAB | lab(46.5 65.7 10.9) |
| LCH | lch(46.5 66.6 9.4) |
| OKLCH | oklch(0.565 0.202 7.9) |
Copy-ready code
/* CSS */
color: #cf285f;
background-color: #cf285f;
/* Tailwind (arbitrary) */
class="text-[#cf285f] bg-[#cf285f]"
/* SCSS */
$brand: #cf285f;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.373)
/* Android */
Color.parseColor("#cf285f")Accessibility — WCAG contrast
Aa
#cf285f on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf285f on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow54.1%
Key (black)18.8%
Color previews
#cf285f text on a black background
contrast 4.12:1
Card sample
#cf285f text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf285f;
Background color
Panel with #cf285f background
background-color: #cf285f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf285f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf285f; background: linear-gradient(135deg, #cf285f, #CF6028);