#cf4fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 79, 188
HSL
309°, 57%, 56%
CMYK
0, 62, 9, 19
Luminance
0.2249
Every format
| HEX | #cf4fbc |
| RGB | rgb(207, 79, 188) |
| HSL | hsl(309, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 9%, 19%) |
| LAB | lab(54.5 63.0 -32.6) |
| LCH | lch(54.5 70.9 332.6) |
| OKLCH | oklch(0.634 0.203 334.0) |
Copy-ready code
/* CSS */
color: #cf4fbc;
background-color: #cf4fbc;
/* Tailwind (arbitrary) */
class="text-[#cf4fbc] bg-[#cf4fbc]"
/* SCSS */
$brand: #cf4fbc;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.737)
/* Android */
Color.parseColor("#cf4fbc")Accessibility — WCAG contrast
Aa
#cf4fbc on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fbc on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow9.2%
Key (black)18.8%
Color previews
#cf4fbc text on a black background
contrast 5.50:1
Card sample
#cf4fbc text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fbc;
Background color
Panel with #cf4fbc background
background-color: #cf4fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fbc; background: linear-gradient(135deg, #cf4fbc, #CF4F67);