#cf3bce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 59, 206
HSL
300°, 61%, 52%
CMYK
0, 72, 1, 19
Luminance
0.2085
Every format
| HEX | #cf3bce |
| RGB | rgb(207, 59, 206) |
| HSL | hsl(300, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 1%, 19%) |
| LAB | lab(52.8 73.3 -45.7) |
| LCH | lch(52.8 86.3 328.0) |
| OKLCH | oklch(0.625 0.241 328.3) |
Copy-ready code
/* CSS */
color: #cf3bce;
background-color: #cf3bce;
/* Tailwind (arbitrary) */
class="text-[#cf3bce] bg-[#cf3bce]"
/* SCSS */
$brand: #cf3bce;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.808)
/* Android */
Color.parseColor("#cf3bce")Accessibility — WCAG contrast
Aa
#cf3bce on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3bce on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow0.5%
Key (black)18.8%
Color previews
#cf3bce text on a black background
contrast 5.17:1
Card sample
#cf3bce text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3bce;
Background color
Panel with #cf3bce background
background-color: #cf3bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3bce; background: linear-gradient(135deg, #cf3bce, #CF3B6B);