#cf1f9b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 31, 155
HSL
318°, 74%, 47%
CMYK
0, 85, 25, 19
Luminance
0.1661
Every format
| HEX | #cf1f9b |
| RGB | rgb(207, 31, 155) |
| HSL | hsl(318, 74%, 47%) |
| CMYK | cmyk(0%, 85%, 25%, 19%) |
| LAB | lab(47.8 73.5 -23.7) |
| LCH | lch(47.8 77.2 342.1) |
| OKLCH | oklch(0.581 0.232 344.1) |
Copy-ready code
/* CSS */
color: #cf1f9b;
background-color: #cf1f9b;
/* Tailwind (arbitrary) */
class="text-[#cf1f9b] bg-[#cf1f9b]"
/* SCSS */
$brand: #cf1f9b;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.608)
/* Android */
Color.parseColor("#cf1f9b")Accessibility — WCAG contrast
Aa
#cf1f9b on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1f9b on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow25.1%
Key (black)18.8%
Color previews
#cf1f9b text on a black background
contrast 4.32:1
Card sample
#cf1f9b text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1f9b;
Background color
Panel with #cf1f9b background
background-color: #cf1f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1f9b; background: linear-gradient(135deg, #cf1f9b, #CF1F26);