#cf61df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 97, 223
HSL
292°, 66%, 63%
CMYK
7, 57, 0, 13
Luminance
0.2714
Every format
| HEX | #cf61df |
| RGB | rgb(207, 97, 223) |
| HSL | hsl(292, 66%, 63%) |
| CMYK | cmyk(7%, 57%, 0%, 13%) |
| LAB | lab(59.1 61.1 -45.4) |
| LCH | lch(59.1 76.1 323.4) |
| OKLCH | oklch(0.673 0.206 322.4) |
Copy-ready code
/* CSS */
color: #cf61df;
background-color: #cf61df;
/* Tailwind (arbitrary) */
class="text-[#cf61df] bg-[#cf61df]"
/* SCSS */
$brand: #cf61df;
/* SwiftUI */
Color(red: 0.812, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#cf61df")Accessibility — WCAG contrast
Aa
#cf61df on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf61df on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.0%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cf61df text on a black background
contrast 6.43:1
Card sample
#cf61df text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf61df;
Background color
Panel with #cf61df background
background-color: #cf61df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf61df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf61df; background: linear-gradient(135deg, #cf61df, #DF619B);