#ce71c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 113, 194
HSL
308°, 49%, 63%
CMYK
0, 45, 6, 19
Luminance
0.2883
Every format
| HEX | #ce71c2 |
| RGB | rgb(206, 113, 194) |
| HSL | hsl(308, 49%, 63%) |
| CMYK | cmyk(0%, 45%, 6%, 19%) |
| LAB | lab(60.6 47.8 -26.6) |
| LCH | lch(60.6 54.7 330.9) |
| OKLCH | oklch(0.680 0.154 332.1) |
Copy-ready code
/* CSS */
color: #ce71c2;
background-color: #ce71c2;
/* Tailwind (arbitrary) */
class="text-[#ce71c2] bg-[#ce71c2]"
/* SCSS */
$brand: #ce71c2;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.761)
/* Android */
Color.parseColor("#ce71c2")Accessibility — WCAG contrast
Aa
#ce71c2 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce71c2 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow5.8%
Key (black)19.2%
Color previews
#ce71c2 text on a black background
contrast 6.77:1
Card sample
#ce71c2 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce71c2;
Background color
Panel with #ce71c2 background
background-color: #ce71c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce71c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce71c2; background: linear-gradient(135deg, #ce71c2, #CE7184);