#cf33cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 51, 207
HSL
300°, 62%, 51%
CMYK
0, 75, 0, 19
Luminance
0.2014
Every format
| HEX | #cf33cf |
| RGB | rgb(207, 51, 207) |
| HSL | hsl(300, 62%, 51%) |
| CMYK | cmyk(0%, 75%, 0%, 19%) |
| LAB | lab(52.0 75.8 -47.5) |
| LCH | lch(52.0 89.5 327.9) |
| OKLCH | oklch(0.619 0.249 328.1) |
Copy-ready code
/* CSS */
color: #cf33cf;
background-color: #cf33cf;
/* Tailwind (arbitrary) */
class="text-[#cf33cf] bg-[#cf33cf]"
/* SCSS */
$brand: #cf33cf;
/* SwiftUI */
Color(red: 0.812, green: 0.200, blue: 0.812)
/* Android */
Color.parseColor("#cf33cf")Accessibility — WCAG contrast
Aa
#cf33cf on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf33cf on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cf33cf text on a black background
contrast 5.03:1
Card sample
#cf33cf text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf33cf;
Background color
Panel with #cf33cf background
background-color: #cf33cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf33cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 51, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 51, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf33cf; background: linear-gradient(135deg, #cf33cf, #CF3367);