#ce22cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 34, 207
HSL
300°, 72%, 47%
CMYK
1, 84, 0, 19
Luminance
0.1877
Every format
| HEX | #ce22cf |
| RGB | rgb(206, 34, 207) |
| HSL | hsl(300, 72%, 47%) |
| CMYK | cmyk(1%, 84%, 0%, 19%) |
| LAB | lab(50.4 79.7 -50.1) |
| LCH | lch(50.4 94.2 327.9) |
| OKLCH | oklch(0.608 0.262 328.0) |
Copy-ready code
/* CSS */
color: #ce22cf;
background-color: #ce22cf;
/* Tailwind (arbitrary) */
class="text-[#ce22cf] bg-[#ce22cf]"
/* SCSS */
$brand: #ce22cf;
/* SwiftUI */
Color(red: 0.808, green: 0.133, blue: 0.812)
/* Android */
Color.parseColor("#ce22cf")Accessibility — WCAG contrast
Aa
#ce22cf on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce22cf on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green13.3%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta83.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ce22cf text on a black background
contrast 4.75:1
Card sample
#ce22cf text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce22cf;
Background color
Panel with #ce22cf background
background-color: #ce22cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce22cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 34, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 34, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce22cf; background: linear-gradient(135deg, #ce22cf, #CF225D);