#cf33db
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 51, 219
HSL
296°, 70%, 53%
CMYK
6, 77, 0, 14
Luminance
0.2075
Every format
| HEX | #cf33db |
| RGB | rgb(207, 51, 219) |
| HSL | hsl(296, 70%, 53%) |
| CMYK | cmyk(6%, 77%, 0%, 14%) |
| LAB | lab(52.7 77.8 -53.3) |
| LCH | lch(52.7 94.3 325.6) |
| OKLCH | oklch(0.626 0.258 324.8) |
Copy-ready code
/* CSS */
color: #cf33db;
background-color: #cf33db;
/* Tailwind (arbitrary) */
class="text-[#cf33db] bg-[#cf33db]"
/* SCSS */
$brand: #cf33db;
/* SwiftUI */
Color(red: 0.812, green: 0.200, blue: 0.859)
/* Android */
Color.parseColor("#cf33db")Accessibility — WCAG contrast
Aa
#cf33db on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf33db on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.0%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta76.7%
Yellow0.0%
Key (black)14.1%
Color previews
#cf33db text on a black background
contrast 5.15:1
Card sample
#cf33db text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf33db;
Background color
Panel with #cf33db background
background-color: #cf33db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf33db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 51, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 51, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf33db; background: linear-gradient(135deg, #cf33db, #DB3377);