#cf1daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
207, 29, 175
HSL
311°, 75%, 46%
CMYK
0, 86, 16, 19
Luminance
0.1724
Every format
| HEX | #cf1daf |
| RGB | rgb(207, 29, 175) |
| HSL | hsl(311, 75%, 46%) |
| CMYK | cmyk(0%, 86%, 16%, 19%) |
| LAB | lab(48.6 76.3 -34.4) |
| LCH | lch(48.6 83.7 335.8) |
| OKLCH | oklch(0.589 0.245 337.5) |
Copy-ready code
/* CSS */
color: #cf1daf;
background-color: #cf1daf;
/* Tailwind (arbitrary) */
class="text-[#cf1daf] bg-[#cf1daf]"
/* SCSS */
$brand: #cf1daf;
/* SwiftUI */
Color(red: 0.812, green: 0.114, blue: 0.686)
/* Android */
Color.parseColor("#cf1daf")Accessibility — WCAG contrast
Aa
#cf1daf on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1daf on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow15.5%
Key (black)18.8%
Color previews
#cf1daf text on a black background
contrast 4.45:1
Card sample
#cf1daf text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1daf;
Background color
Panel with #cf1daf background
background-color: #cf1daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 29, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 29, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1daf; background: linear-gradient(135deg, #cf1daf, #CF1D38);