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