#cf61af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 97, 175
HSL
318°, 53%, 60%
CMYK
0, 53, 16, 19
Luminance
0.2491
Every format
| HEX | #cf61af |
| RGB | rgb(207, 97, 175) |
| HSL | hsl(318, 53%, 60%) |
| CMYK | cmyk(0%, 53%, 16%, 19%) |
| LAB | lab(57.0 52.9 -21.3) |
| LCH | lch(57.0 57.0 338.1) |
| OKLCH | oklch(0.651 0.166 339.9) |
Copy-ready code
/* CSS */
color: #cf61af;
background-color: #cf61af;
/* Tailwind (arbitrary) */
class="text-[#cf61af] bg-[#cf61af]"
/* SCSS */
$brand: #cf61af;
/* SwiftUI */
Color(red: 0.812, green: 0.380, blue: 0.686)
/* Android */
Color.parseColor("#cf61af")Accessibility — WCAG contrast
Aa
#cf61af on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf61af on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow15.5%
Key (black)18.8%
Color previews
#cf61af text on a black background
contrast 5.98:1
Card sample
#cf61af text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf61af;
Background color
Panel with #cf61af background
background-color: #cf61af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf61af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 97, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 97, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf61af; background: linear-gradient(135deg, #cf61af, #CF6166);