#ce41cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 65, 207
HSL
300°, 60%, 53%
CMYK
1, 69, 0, 19
Luminance
0.2141
Every format
| HEX | #ce41cf |
| RGB | rgb(206, 65, 207) |
| HSL | hsl(300, 60%, 53%) |
| CMYK | cmyk(1%, 69%, 0%, 19%) |
| LAB | lab(53.4 71.2 -45.3) |
| LCH | lch(53.4 84.4 327.5) |
| OKLCH | oklch(0.629 0.234 327.6) |
Copy-ready code
/* CSS */
color: #ce41cf;
background-color: #ce41cf;
/* Tailwind (arbitrary) */
class="text-[#ce41cf] bg-[#ce41cf]"
/* SCSS */
$brand: #ce41cf;
/* SwiftUI */
Color(red: 0.808, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#ce41cf")Accessibility — WCAG contrast
Aa
#ce41cf on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce41cf on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green25.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ce41cf text on a black background
contrast 5.28:1
Card sample
#ce41cf text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce41cf;
Background color
Panel with #ce41cf background
background-color: #ce41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce41cf; background: linear-gradient(135deg, #ce41cf, #CF4171);