#cf609d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 96, 157
HSL
327°, 54%, 59%
CMYK
0, 54, 24, 19
Luminance
0.2407
Every format
| HEX | #cf609d |
| RGB | rgb(207, 96, 157) |
| HSL | hsl(327, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 24%, 19%) |
| LAB | lab(56.2 50.8 -12.1) |
| LCH | lch(56.2 52.2 346.6) |
| OKLCH | oklch(0.642 0.156 348.3) |
Copy-ready code
/* CSS */
color: #cf609d;
background-color: #cf609d;
/* Tailwind (arbitrary) */
class="text-[#cf609d] bg-[#cf609d]"
/* SCSS */
$brand: #cf609d;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.616)
/* Android */
Color.parseColor("#cf609d")Accessibility — WCAG contrast
Aa
#cf609d on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf609d on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow24.2%
Key (black)18.8%
Color previews
#cf609d text on a black background
contrast 5.81:1
Card sample
#cf609d text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf609d;
Background color
Panel with #cf609d background
background-color: #cf609d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf609d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf609d; background: linear-gradient(135deg, #cf609d, #CF6D60);