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