#cf3bae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 59, 174
HSL
313°, 61%, 52%
CMYK
0, 72, 16, 19
Luminance
0.1945
Every format
| HEX | #cf3bae |
| RGB | rgb(207, 59, 174) |
| HSL | hsl(313, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 16%, 19%) |
| LAB | lab(51.2 68.5 -29.6) |
| LCH | lch(51.2 74.6 336.6) |
| OKLCH | oklch(0.608 0.218 338.4) |
Copy-ready code
/* CSS */
color: #cf3bae;
background-color: #cf3bae;
/* Tailwind (arbitrary) */
class="text-[#cf3bae] bg-[#cf3bae]"
/* SCSS */
$brand: #cf3bae;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.682)
/* Android */
Color.parseColor("#cf3bae")Accessibility — WCAG contrast
Aa
#cf3bae on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3bae on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow15.9%
Key (black)18.8%
Color previews
#cf3bae text on a black background
contrast 4.89:1
Card sample
#cf3bae text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3bae;
Background color
Panel with #cf3bae background
background-color: #cf3bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3bae; background: linear-gradient(135deg, #cf3bae, #CF3B4B);