#ce49cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 73, 207
HSL
300°, 58%, 55%
CMYK
1, 65, 0, 19
Luminance
0.2239
Every format
| HEX | #ce49cf |
| RGB | rgb(206, 73, 207) |
| HSL | hsl(300, 58%, 55%) |
| CMYK | cmyk(1%, 65%, 0%, 19%) |
| LAB | lab(54.4 68.2 -43.7) |
| LCH | lch(54.4 81.0 327.4) |
| OKLCH | oklch(0.636 0.225 327.5) |
Copy-ready code
/* CSS */
color: #ce49cf;
background-color: #ce49cf;
/* Tailwind (arbitrary) */
class="text-[#ce49cf] bg-[#ce49cf]"
/* SCSS */
$brand: #ce49cf;
/* SwiftUI */
Color(red: 0.808, green: 0.286, blue: 0.812)
/* Android */
Color.parseColor("#ce49cf")Accessibility — WCAG contrast
Aa
#ce49cf on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce49cf on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green28.6%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta64.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ce49cf text on a black background
contrast 5.48:1
Card sample
#ce49cf text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce49cf;
Background color
Panel with #ce49cf background
background-color: #ce49cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce49cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 73, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 73, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce49cf; background: linear-gradient(135deg, #ce49cf, #CF4977);