#ce22ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 34, 171
HSL
312°, 72%, 47%
CMYK
0, 84, 17, 19
Luminance
0.1721
Every format
| HEX | #ce22ab |
| RGB | rgb(206, 34, 171) |
| HSL | hsl(312, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 17%, 19%) |
| LAB | lab(48.5 74.6 -32.1) |
| LCH | lch(48.5 81.3 336.7) |
| OKLCH | oklch(0.588 0.238 338.6) |
Copy-ready code
/* CSS */
color: #ce22ab;
background-color: #ce22ab;
/* Tailwind (arbitrary) */
class="text-[#ce22ab] bg-[#ce22ab]"
/* SCSS */
$brand: #ce22ab;
/* SwiftUI */
Color(red: 0.808, green: 0.133, blue: 0.671)
/* Android */
Color.parseColor("#ce22ab")Accessibility — WCAG contrast
Aa
#ce22ab on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce22ab on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green13.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow17.0%
Key (black)19.2%
Color previews
#ce22ab text on a black background
contrast 4.44:1
Card sample
#ce22ab text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce22ab;
Background color
Panel with #ce22ab background
background-color: #ce22ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce22ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 34, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 34, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce22ab; background: linear-gradient(135deg, #ce22ab, #CE2238);