#ce41af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 65, 175
HSL
313°, 59%, 53%
CMYK
0, 68, 15, 19
Luminance
0.2000
Every format
| HEX | #ce41af |
| RGB | rgb(206, 65, 175) |
| HSL | hsl(313, 59%, 53%) |
| CMYK | cmyk(0%, 68%, 15%, 19%) |
| LAB | lab(51.8 66.3 -29.3) |
| LCH | lch(51.8 72.4 336.2) |
| OKLCH | oklch(0.613 0.211 337.9) |
Copy-ready code
/* CSS */
color: #ce41af;
background-color: #ce41af;
/* Tailwind (arbitrary) */
class="text-[#ce41af] bg-[#ce41af]"
/* SCSS */
$brand: #ce41af;
/* SwiftUI */
Color(red: 0.808, green: 0.255, blue: 0.686)
/* Android */
Color.parseColor("#ce41af")Accessibility — WCAG contrast
Aa
#ce41af on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce41af on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green25.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow15.0%
Key (black)19.2%
Color previews
#ce41af text on a black background
contrast 5.00:1
Card sample
#ce41af text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce41af;
Background color
Panel with #ce41af background
background-color: #ce41af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce41af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 65, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 65, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce41af; background: linear-gradient(135deg, #ce41af, #CE4151);