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