#cf4492
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 68, 146
HSL
326°, 59%, 54%
CMYK
0, 67, 30, 19
Luminance
0.1947
Every format
| HEX | #cf4492 |
| RGB | rgb(207, 68, 146) |
| HSL | hsl(326, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 30%, 19%) |
| LAB | lab(51.2 61.5 -13.1) |
| LCH | lch(51.2 62.9 348.0) |
| OKLCH | oklch(0.605 0.190 349.7) |
Copy-ready code
/* CSS */
color: #cf4492;
background-color: #cf4492;
/* Tailwind (arbitrary) */
class="text-[#cf4492] bg-[#cf4492]"
/* SCSS */
$brand: #cf4492;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.573)
/* Android */
Color.parseColor("#cf4492")Accessibility — WCAG contrast
Aa
#cf4492 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4492 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow29.5%
Key (black)18.8%
Color previews
#cf4492 text on a black background
contrast 4.89:1
Card sample
#cf4492 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4492;
Background color
Panel with #cf4492 background
background-color: #cf4492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4492; background: linear-gradient(135deg, #cf4492, #CF5344);