#cf1fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 31, 188
HSL
307°, 74%, 47%
CMYK
0, 85, 9, 19
Luminance
0.1788
Every format
| HEX | #cf1fbc |
| RGB | rgb(207, 31, 188) |
| HSL | hsl(307, 74%, 47%) |
| CMYK | cmyk(0%, 85%, 9%, 19%) |
| LAB | lab(49.4 77.7 -40.8) |
| LCH | lch(49.4 87.8 332.3) |
| OKLCH | oklch(0.597 0.252 333.6) |
Copy-ready code
/* CSS */
color: #cf1fbc;
background-color: #cf1fbc;
/* Tailwind (arbitrary) */
class="text-[#cf1fbc] bg-[#cf1fbc]"
/* SCSS */
$brand: #cf1fbc;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.737)
/* Android */
Color.parseColor("#cf1fbc")Accessibility — WCAG contrast
Aa
#cf1fbc on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1fbc on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cf1fbc text on a black background
contrast 4.58:1
Card sample
#cf1fbc text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1fbc;
Background color
Panel with #cf1fbc background
background-color: #cf1fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1fbc; background: linear-gradient(135deg, #cf1fbc, #CF1F47);