#cf3eb8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 62, 184
HSL
310°, 60%, 53%
CMYK
0, 70, 11, 19
Luminance
0.2017
Every format
| HEX | #cf3eb8 |
| RGB | rgb(207, 62, 184) |
| HSL | hsl(310, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 11%, 19%) |
| LAB | lab(52.0 68.9 -34.2) |
| LCH | lch(52.0 76.9 333.6) |
| OKLCH | oklch(0.616 0.221 335.1) |
Copy-ready code
/* CSS */
color: #cf3eb8;
background-color: #cf3eb8;
/* Tailwind (arbitrary) */
class="text-[#cf3eb8] bg-[#cf3eb8]"
/* SCSS */
$brand: #cf3eb8;
/* SwiftUI */
Color(red: 0.812, green: 0.243, blue: 0.722)
/* Android */
Color.parseColor("#cf3eb8")Accessibility — WCAG contrast
Aa
#cf3eb8 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3eb8 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.3%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow11.1%
Key (black)18.8%
Color previews
#cf3eb8 text on a black background
contrast 5.03:1
Card sample
#cf3eb8 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3eb8;
Background color
Panel with #cf3eb8 background
background-color: #cf3eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 62, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 62, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3eb8; background: linear-gradient(135deg, #cf3eb8, #CF3E57);