#cf2ebc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 46, 188
HSL
307°, 64%, 50%
CMYK
0, 78, 9, 19
Luminance
0.1885
Every format
| HEX | #cf2ebc |
| RGB | rgb(207, 46, 188) |
| HSL | hsl(307, 64%, 50%) |
| CMYK | cmyk(0%, 78%, 9%, 19%) |
| LAB | lab(50.5 74.3 -38.9) |
| LCH | lch(50.5 83.9 332.4) |
| OKLCH | oklch(0.605 0.240 333.6) |
Copy-ready code
/* CSS */
color: #cf2ebc;
background-color: #cf2ebc;
/* Tailwind (arbitrary) */
class="text-[#cf2ebc] bg-[#cf2ebc]"
/* SCSS */
$brand: #cf2ebc;
/* SwiftUI */
Color(red: 0.812, green: 0.180, blue: 0.737)
/* Android */
Color.parseColor("#cf2ebc")Accessibility — WCAG contrast
Aa
#cf2ebc on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2ebc on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow9.2%
Key (black)18.8%
Color previews
#cf2ebc text on a black background
contrast 4.77:1
Card sample
#cf2ebc text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ebc;
Background color
Panel with #cf2ebc background
background-color: #cf2ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 46, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 46, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ebc; background: linear-gradient(135deg, #cf2ebc, #CF2E51);