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