#cf3ba4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 59, 164
HSL
317°, 61%, 52%
CMYK
0, 72, 21, 19
Luminance
0.1907
Every format
| HEX | #cf3ba4 |
| RGB | rgb(207, 59, 164) |
| HSL | hsl(317, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 21%, 19%) |
| LAB | lab(50.8 67.1 -24.4) |
| LCH | lch(50.8 71.4 340.0) |
| OKLCH | oklch(0.604 0.212 341.9) |
Copy-ready code
/* CSS */
color: #cf3ba4;
background-color: #cf3ba4;
/* Tailwind (arbitrary) */
class="text-[#cf3ba4] bg-[#cf3ba4]"
/* SCSS */
$brand: #cf3ba4;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.643)
/* Android */
Color.parseColor("#cf3ba4")Accessibility — WCAG contrast
Aa
#cf3ba4 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ba4 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow20.8%
Key (black)18.8%
Color previews
#cf3ba4 text on a black background
contrast 4.81:1
Card sample
#cf3ba4 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ba4;
Background color
Panel with #cf3ba4 background
background-color: #cf3ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ba4; background: linear-gradient(135deg, #cf3ba4, #CF3B42);