#cf44df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 223
HSL
294°, 71%, 57%
CMYK
7, 70, 0, 13
Luminance
0.2273
Every format
| HEX | #cf44df |
| RGB | rgb(207, 68, 223) |
| HSL | hsl(294, 71%, 57%) |
| CMYK | cmyk(7%, 70%, 0%, 13%) |
| LAB | lab(54.8 73.0 -52.2) |
| LCH | lch(54.8 89.8 324.4) |
| OKLCH | oklch(0.642 0.244 323.4) |
Copy-ready code
/* CSS */
color: #cf44df;
background-color: #cf44df;
/* Tailwind (arbitrary) */
class="text-[#cf44df] bg-[#cf44df]"
/* SCSS */
$brand: #cf44df;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#cf44df")Accessibility — WCAG contrast
Aa
#cf44df on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf44df on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta69.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cf44df text on a black background
contrast 5.55:1
Card sample
#cf44df text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf44df;
Background color
Panel with #cf44df background
background-color: #cf44df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf44df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf44df; background: linear-gradient(135deg, #cf44df, #DF4488);