#cf4fe0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 224
HSL
293°, 70%, 59%
CMYK
8, 65, 0, 12
Luminance
0.2424
Every format
| HEX | #cf4fe0 |
| RGB | rgb(207, 79, 224) |
| HSL | hsl(293, 70%, 59%) |
| CMYK | cmyk(8%, 65%, 0%, 12%) |
| LAB | lab(56.3 69.0 -50.3) |
| LCH | lch(56.3 85.4 323.9) |
| OKLCH | oklch(0.653 0.232 322.8) |
Copy-ready code
/* CSS */
color: #cf4fe0;
background-color: #cf4fe0;
/* Tailwind (arbitrary) */
class="text-[#cf4fe0] bg-[#cf4fe0]"
/* SCSS */
$brand: #cf4fe0;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.878)
/* Android */
Color.parseColor("#cf4fe0")Accessibility — WCAG contrast
Aa
#cf4fe0 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fe0 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta64.7%
Yellow0.0%
Key (black)12.2%
Color previews
#cf4fe0 text on a black background
contrast 5.85:1
Card sample
#cf4fe0 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fe0;
Background color
Panel with #cf4fe0 background
background-color: #cf4fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fe0; background: linear-gradient(135deg, #cf4fe0, #E04F90);