#ce22cb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 34, 203
HSL
301°, 72%, 47%
CMYK
0, 84, 2, 19
Luminance
0.1858
Every format
| HEX | #ce22cb |
| RGB | rgb(206, 34, 203) |
| HSL | hsl(301, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 2%, 19%) |
| LAB | lab(50.2 79.1 -48.1) |
| LCH | lch(50.2 92.6 328.7) |
| OKLCH | oklch(0.605 0.259 329.0) |
Copy-ready code
/* CSS */
color: #ce22cb;
background-color: #ce22cb;
/* Tailwind (arbitrary) */
class="text-[#ce22cb] bg-[#ce22cb]"
/* SCSS */
$brand: #ce22cb;
/* SwiftUI */
Color(red: 0.808, green: 0.133, blue: 0.796)
/* Android */
Color.parseColor("#ce22cb")Accessibility — WCAG contrast
Aa
#ce22cb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce22cb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green13.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow1.5%
Key (black)19.2%
Color previews
#ce22cb text on a black background
contrast 4.72:1
Card sample
#ce22cb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce22cb;
Background color
Panel with #ce22cb background
background-color: #ce22cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce22cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 34, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 34, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce22cb; background: linear-gradient(135deg, #ce22cb, #CE2259);