#cf45d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 210
HSL
299°, 61%, 55%
CMYK
1, 67, 0, 18
Luminance
0.2217
Every format
| HEX | #cf45d2 |
| RGB | rgb(207, 69, 210) |
| HSL | hsl(299, 61%, 55%) |
| CMYK | cmyk(1%, 67%, 0%, 18%) |
| LAB | lab(54.2 70.5 -45.7) |
| LCH | lch(54.2 84.0 327.0) |
| OKLCH | oklch(0.636 0.233 327.0) |
Copy-ready code
/* CSS */
color: #cf45d2;
background-color: #cf45d2;
/* Tailwind (arbitrary) */
class="text-[#cf45d2] bg-[#cf45d2]"
/* SCSS */
$brand: #cf45d2;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.824)
/* Android */
Color.parseColor("#cf45d2")Accessibility — WCAG contrast
Aa
#cf45d2 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf45d2 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta67.1%
Yellow0.0%
Key (black)17.6%
Color previews
#cf45d2 text on a black background
contrast 5.43:1
Card sample
#cf45d2 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf45d2;
Background color
Panel with #cf45d2 background
background-color: #cf45d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf45d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf45d2; background: linear-gradient(135deg, #cf45d2, #D24577);