#cf2aaf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 42, 175
HSL
312°, 66%, 49%
CMYK
0, 80, 16, 19
Luminance
0.1802
Every format
| HEX | #cf2aaf |
| RGB | rgb(207, 42, 175) |
| HSL | hsl(312, 66%, 49%) |
| CMYK | cmyk(0%, 80%, 16%, 19%) |
| LAB | lab(49.5 73.6 -32.9) |
| LCH | lch(49.5 80.6 335.9) |
| OKLCH | oklch(0.596 0.235 337.7) |
Copy-ready code
/* CSS */
color: #cf2aaf;
background-color: #cf2aaf;
/* Tailwind (arbitrary) */
class="text-[#cf2aaf] bg-[#cf2aaf]"
/* SCSS */
$brand: #cf2aaf;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.686)
/* Android */
Color.parseColor("#cf2aaf")Accessibility — WCAG contrast
Aa
#cf2aaf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2aaf on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta79.7%
Yellow15.5%
Key (black)18.8%
Color previews
#cf2aaf text on a black background
contrast 4.60:1
Card sample
#cf2aaf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2aaf;
Background color
Panel with #cf2aaf background
background-color: #cf2aaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2aaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2aaf; background: linear-gradient(135deg, #cf2aaf, #CF2A41);