#cf4fe4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 228
HSL
292°, 73%, 60%
CMYK
9, 65, 0, 11
Luminance
0.2446
Every format
| HEX | #cf4fe4 |
| RGB | rgb(207, 79, 228) |
| HSL | hsl(292, 73%, 60%) |
| CMYK | cmyk(9%, 65%, 0%, 11%) |
| LAB | lab(56.5 69.7 -52.2) |
| LCH | lch(56.5 87.1 323.2) |
| OKLCH | oklch(0.655 0.235 321.7) |
Copy-ready code
/* CSS */
color: #cf4fe4;
background-color: #cf4fe4;
/* Tailwind (arbitrary) */
class="text-[#cf4fe4] bg-[#cf4fe4]"
/* SCSS */
$brand: #cf4fe4;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.894)
/* Android */
Color.parseColor("#cf4fe4")Accessibility — WCAG contrast
Aa
#cf4fe4 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fe4 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta65.4%
Yellow0.0%
Key (black)10.6%
Color previews
#cf4fe4 text on a black background
contrast 5.89:1
Card sample
#cf4fe4 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fe4;
Background color
Panel with #cf4fe4 background
background-color: #cf4fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fe4; background: linear-gradient(135deg, #cf4fe4, #E44F96);