#cf44bc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 188
HSL
308°, 59%, 54%
CMYK
0, 67, 9, 19
Luminance
0.2103
Every format
| HEX | #cf44bc |
| RGB | rgb(207, 68, 188) |
| HSL | hsl(308, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 9%, 19%) |
| LAB | lab(53.0 67.3 -35.0) |
| LCH | lch(53.0 75.9 332.5) |
| OKLCH | oklch(0.623 0.217 333.8) |
Copy-ready code
/* CSS */
color: #cf44bc;
background-color: #cf44bc;
/* Tailwind (arbitrary) */
class="text-[#cf44bc] bg-[#cf44bc]"
/* SCSS */
$brand: #cf44bc;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.737)
/* Android */
Color.parseColor("#cf44bc")Accessibility — WCAG contrast
Aa
#cf44bc on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf44bc on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow9.2%
Key (black)18.8%
Color previews
#cf44bc text on a black background
contrast 5.21:1
Card sample
#cf44bc text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf44bc;
Background color
Panel with #cf44bc background
background-color: #cf44bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf44bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf44bc; background: linear-gradient(135deg, #cf44bc, #CF445F);