#cf2eb8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 46, 184
HSL
309°, 64%, 50%
CMYK
0, 78, 11, 19
Luminance
0.1868
Every format
| HEX | #cf2eb8 |
| RGB | rgb(207, 46, 184) |
| HSL | hsl(309, 64%, 50%) |
| CMYK | cmyk(0%, 78%, 11%, 19%) |
| LAB | lab(50.3 73.8 -36.9) |
| LCH | lch(50.3 82.5 333.4) |
| OKLCH | oklch(0.603 0.238 334.9) |
Copy-ready code
/* CSS */
color: #cf2eb8;
background-color: #cf2eb8;
/* Tailwind (arbitrary) */
class="text-[#cf2eb8] bg-[#cf2eb8]"
/* SCSS */
$brand: #cf2eb8;
/* SwiftUI */
Color(red: 0.812, green: 0.180, blue: 0.722)
/* Android */
Color.parseColor("#cf2eb8")Accessibility — WCAG contrast
Aa
#cf2eb8 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2eb8 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow11.1%
Key (black)18.8%
Color previews
#cf2eb8 text on a black background
contrast 4.74:1
Card sample
#cf2eb8 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2eb8;
Background color
Panel with #cf2eb8 background
background-color: #cf2eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 46, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 46, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2eb8; background: linear-gradient(135deg, #cf2eb8, #CF2E4D);