#cf61cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 97, 207
HSL
300°, 53%, 60%
CMYK
0, 53, 0, 19
Luminance
0.2632
Every format
| HEX | #cf61cf |
| RGB | rgb(207, 97, 207) |
| HSL | hsl(300, 53%, 60%) |
| CMYK | cmyk(0%, 53%, 0%, 19%) |
| LAB | lab(58.3 58.2 -37.5) |
| LCH | lch(58.3 69.2 327.2) |
| OKLCH | oklch(0.665 0.192 327.5) |
Copy-ready code
/* CSS */
color: #cf61cf;
background-color: #cf61cf;
/* Tailwind (arbitrary) */
class="text-[#cf61cf] bg-[#cf61cf]"
/* SCSS */
$brand: #cf61cf;
/* SwiftUI */
Color(red: 0.812, green: 0.380, blue: 0.812)
/* Android */
Color.parseColor("#cf61cf")Accessibility — WCAG contrast
Aa
#cf61cf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf61cf on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cf61cf text on a black background
contrast 6.26:1
Card sample
#cf61cf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf61cf;
Background color
Panel with #cf61cf background
background-color: #cf61cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf61cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 97, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 97, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf61cf; background: linear-gradient(135deg, #cf61cf, #CF6186);