#cf45af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 175
HSL
314°, 59%, 54%
CMYK
0, 67, 16, 19
Luminance
0.2062
Every format
| HEX | #cf45af |
| RGB | rgb(207, 69, 175) |
| HSL | hsl(314, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 16%, 19%) |
| LAB | lab(52.5 65.0 -28.2) |
| LCH | lch(52.5 70.9 336.6) |
| OKLCH | oklch(0.618 0.207 338.3) |
Copy-ready code
/* CSS */
color: #cf45af;
background-color: #cf45af;
/* Tailwind (arbitrary) */
class="text-[#cf45af] bg-[#cf45af]"
/* SCSS */
$brand: #cf45af;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.686)
/* Android */
Color.parseColor("#cf45af")Accessibility — WCAG contrast
Aa
#cf45af on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45af on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow15.5%
Key (black)18.8%
Color previews
#cf45af text on a black background
contrast 5.12:1
Card sample
#cf45af text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45af;
Background color
Panel with #cf45af background
background-color: #cf45af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45af; background: linear-gradient(135deg, #cf45af, #CF4553);