#cf4fcc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 204
HSL
301°, 57%, 56%
CMYK
0, 62, 1, 19
Luminance
0.2322
Every format
| HEX | #cf4fcc |
| RGB | rgb(207, 79, 204) |
| HSL | hsl(301, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 1%, 19%) |
| LAB | lab(55.3 65.6 -40.6) |
| LCH | lch(55.3 77.1 328.2) |
| OKLCH | oklch(0.642 0.215 328.7) |
Copy-ready code
/* CSS */
color: #cf4fcc;
background-color: #cf4fcc;
/* Tailwind (arbitrary) */
class="text-[#cf4fcc] bg-[#cf4fcc]"
/* SCSS */
$brand: #cf4fcc;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.800)
/* Android */
Color.parseColor("#cf4fcc")Accessibility — WCAG contrast
Aa
#cf4fcc on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fcc on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow1.4%
Key (black)18.8%
Color previews
#cf4fcc text on a black background
contrast 5.64:1
Card sample
#cf4fcc text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fcc;
Background color
Panel with #cf4fcc background
background-color: #cf4fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fcc; background: linear-gradient(135deg, #cf4fcc, #CF4F77);