#cf3bca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 59, 202
HSL
302°, 61%, 52%
CMYK
0, 72, 2, 19
Luminance
0.2066
Every format
| HEX | #cf3bca |
| RGB | rgb(207, 59, 202) |
| HSL | hsl(302, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 2%, 19%) |
| LAB | lab(52.6 72.6 -43.8) |
| LCH | lch(52.6 84.8 328.9) |
| OKLCH | oklch(0.623 0.238 329.4) |
Copy-ready code
/* CSS */
color: #cf3bca;
background-color: #cf3bca;
/* Tailwind (arbitrary) */
class="text-[#cf3bca] bg-[#cf3bca]"
/* SCSS */
$brand: #cf3bca;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.792)
/* Android */
Color.parseColor("#cf3bca")Accessibility — WCAG contrast
Aa
#cf3bca on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3bca on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow2.4%
Key (black)18.8%
Color previews
#cf3bca text on a black background
contrast 5.13:1
Card sample
#cf3bca text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3bca;
Background color
Panel with #cf3bca background
background-color: #cf3bca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3bca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3bca; background: linear-gradient(135deg, #cf3bca, #CF3B68);