#cf33ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 51, 172
HSL
314°, 62%, 51%
CMYK
0, 75, 17, 19
Luminance
0.1861
Every format
| HEX | #cf33ac |
| RGB | rgb(207, 51, 172) |
| HSL | hsl(314, 62%, 51%) |
| CMYK | cmyk(0%, 75%, 17%, 19%) |
| LAB | lab(50.2 70.7 -30.0) |
| LCH | lch(50.2 76.8 337.0) |
| OKLCH | oklch(0.601 0.225 338.8) |
Copy-ready code
/* CSS */
color: #cf33ac;
background-color: #cf33ac;
/* Tailwind (arbitrary) */
class="text-[#cf33ac] bg-[#cf33ac]"
/* SCSS */
$brand: #cf33ac;
/* SwiftUI */
Color(red: 0.812, green: 0.200, blue: 0.675)
/* Android */
Color.parseColor("#cf33ac")Accessibility — WCAG contrast
Aa
#cf33ac on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf33ac on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow16.9%
Key (black)18.8%
Color previews
#cf33ac text on a black background
contrast 4.72:1
Card sample
#cf33ac text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf33ac;
Background color
Panel with #cf33ac background
background-color: #cf33ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf33ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 51, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 51, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf33ac; background: linear-gradient(135deg, #cf33ac, #CF3344);