#cf4ce7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
207, 76, 231
HSL
291°, 76%, 60%
CMYK
10, 67, 0, 9
Luminance
0.2420
Every format
| HEX | #cf4ce7 |
| RGB | rgb(207, 76, 231) |
| HSL | hsl(291, 76%, 60%) |
| CMYK | cmyk(10%, 67%, 0%, 9%) |
| LAB | lab(56.3 71.5 -54.3) |
| LCH | lch(56.3 89.8 322.8) |
| OKLCH | oklch(0.654 0.241 321.1) |
Copy-ready code
/* CSS */
color: #cf4ce7;
background-color: #cf4ce7;
/* Tailwind (arbitrary) */
class="text-[#cf4ce7] bg-[#cf4ce7]"
/* SCSS */
$brand: #cf4ce7;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.906)
/* Android */
Color.parseColor("#cf4ce7")Accessibility — WCAG contrast
Aa
#cf4ce7 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ce7 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta67.1%
Yellow0.0%
Key (black)9.4%
Color previews
#cf4ce7 text on a black background
contrast 5.84:1
Card sample
#cf4ce7 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ce7;
Background color
Panel with #cf4ce7 background
background-color: #cf4ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ce7; background: linear-gradient(135deg, #cf4ce7, #E74C98);