#cf289f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 40, 159
HSL
317°, 68%, 48%
CMYK
0, 81, 23, 19
Luminance
0.1729
Every format
| HEX | #cf289f |
| RGB | rgb(207, 40, 159) |
| HSL | hsl(317, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 23%, 19%) |
| LAB | lab(48.6 72.0 -24.8) |
| LCH | lch(48.6 76.2 341.0) |
| OKLCH | oklch(0.587 0.227 343.0) |
Copy-ready code
/* CSS */
color: #cf289f;
background-color: #cf289f;
/* Tailwind (arbitrary) */
class="text-[#cf289f] bg-[#cf289f]"
/* SCSS */
$brand: #cf289f;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.624)
/* Android */
Color.parseColor("#cf289f")Accessibility — WCAG contrast
Aa
#cf289f on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf289f on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow23.2%
Key (black)18.8%
Color previews
#cf289f text on a black background
contrast 4.46:1
Card sample
#cf289f text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf289f;
Background color
Panel with #cf289f background
background-color: #cf289f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf289f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf289f; background: linear-gradient(135deg, #cf289f, #CF2830);