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