#ce22af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 34, 175
HSL
311°, 72%, 47%
CMYK
0, 84, 15, 19
Luminance
0.1736
Every format
| HEX | #ce22af |
| RGB | rgb(206, 34, 175) |
| HSL | hsl(311, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 15%, 19%) |
| LAB | lab(48.7 75.2 -34.1) |
| LCH | lch(48.7 82.6 335.6) |
| OKLCH | oklch(0.590 0.241 337.3) |
Copy-ready code
/* CSS */
color: #ce22af;
background-color: #ce22af;
/* Tailwind (arbitrary) */
class="text-[#ce22af] bg-[#ce22af]"
/* SCSS */
$brand: #ce22af;
/* SwiftUI */
Color(red: 0.808, green: 0.133, blue: 0.686)
/* Android */
Color.parseColor("#ce22af")Accessibility — WCAG contrast
Aa
#ce22af on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce22af on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green13.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow15.0%
Key (black)19.2%
Color previews
#ce22af text on a black background
contrast 4.47:1
Card sample
#ce22af text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce22af;
Background color
Panel with #ce22af background
background-color: #ce22af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce22af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 34, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 34, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce22af; background: linear-gradient(135deg, #ce22af, #CE223C);