#cf3ee3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 62, 227
HSL
293°, 75%, 57%
CMYK
9, 73, 0, 11
Luminance
0.2226
Every format
| HEX | #cf3ee3 |
| RGB | rgb(207, 62, 227) |
| HSL | hsl(293, 75%, 57%) |
| CMYK | cmyk(9%, 73%, 0%, 11%) |
| LAB | lab(54.3 75.8 -55.3) |
| LCH | lch(54.3 93.8 323.9) |
| OKLCH | oklch(0.639 0.254 322.5) |
Copy-ready code
/* CSS */
color: #cf3ee3;
background-color: #cf3ee3;
/* Tailwind (arbitrary) */
class="text-[#cf3ee3] bg-[#cf3ee3]"
/* SCSS */
$brand: #cf3ee3;
/* SwiftUI */
Color(red: 0.812, green: 0.243, blue: 0.890)
/* Android */
Color.parseColor("#cf3ee3")Accessibility — WCAG contrast
Aa
#cf3ee3 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ee3 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.3%
Blue89.0%
CMYK percentages
Cyan8.8%
Magenta72.7%
Yellow0.0%
Key (black)11.0%
Color previews
#cf3ee3 text on a black background
contrast 5.45:1
Card sample
#cf3ee3 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ee3;
Background color
Panel with #cf3ee3 background
background-color: #cf3ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 62, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 62, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ee3; background: linear-gradient(135deg, #cf3ee3, #E33E89);