#ce2dbe
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 45, 190
HSL
306°, 64%, 49%
CMYK
0, 78, 8, 19
Luminance
0.1872
Every format
| HEX | #ce2dbe |
| RGB | rgb(206, 45, 190) |
| HSL | hsl(306, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 8%, 19%) |
| LAB | lab(50.4 74.7 -40.3) |
| LCH | lch(50.4 84.9 331.6) |
| OKLCH | oklch(0.604 0.242 332.7) |
Copy-ready code
/* CSS */
color: #ce2dbe;
background-color: #ce2dbe;
/* Tailwind (arbitrary) */
class="text-[#ce2dbe] bg-[#ce2dbe]"
/* SCSS */
$brand: #ce2dbe;
/* SwiftUI */
Color(red: 0.808, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#ce2dbe")Accessibility — WCAG contrast
Aa
#ce2dbe on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2dbe on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow7.8%
Key (black)19.2%
Color previews
#ce2dbe text on a black background
contrast 4.74:1
Card sample
#ce2dbe text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2dbe;
Background color
Panel with #ce2dbe background
background-color: #ce2dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2dbe; background: linear-gradient(135deg, #ce2dbe, #CE2D53);