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