#ce71cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 113, 203
HSL
302°, 49%, 63%
CMYK
0, 45, 2, 19
Luminance
0.2924
Every format
| HEX | #ce71cb |
| RGB | rgb(206, 113, 203) |
| HSL | hsl(302, 49%, 63%) |
| CMYK | cmyk(0%, 45%, 2%, 19%) |
| LAB | lab(61.0 49.4 -31.1) |
| LCH | lch(61.0 58.4 327.8) |
| OKLCH | oklch(0.684 0.162 328.3) |
Copy-ready code
/* CSS */
color: #ce71cb;
background-color: #ce71cb;
/* Tailwind (arbitrary) */
class="text-[#ce71cb] bg-[#ce71cb]"
/* SCSS */
$brand: #ce71cb;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.796)
/* Android */
Color.parseColor("#ce71cb")Accessibility — WCAG contrast
Aa
#ce71cb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce71cb on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow1.5%
Key (black)19.2%
Color previews
#ce71cb text on a black background
contrast 6.85:1
Card sample
#ce71cb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce71cb;
Background color
Panel with #ce71cb background
background-color: #ce71cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce71cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce71cb; background: linear-gradient(135deg, #ce71cb, #CE718D);