#ce2dbb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 45, 187
HSL
307°, 64%, 49%
CMYK
0, 78, 9, 19
Luminance
0.1859
Every format
| HEX | #ce2dbb |
| RGB | rgb(206, 45, 187) |
| HSL | hsl(307, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 9%, 19%) |
| LAB | lab(50.2 74.3 -38.8) |
| LCH | lch(50.2 83.8 332.4) |
| OKLCH | oklch(0.603 0.240 333.7) |
Copy-ready code
/* CSS */
color: #ce2dbb;
background-color: #ce2dbb;
/* Tailwind (arbitrary) */
class="text-[#ce2dbb] bg-[#ce2dbb]"
/* SCSS */
$brand: #ce2dbb;
/* SwiftUI */
Color(red: 0.808, green: 0.176, blue: 0.733)
/* Android */
Color.parseColor("#ce2dbb")Accessibility — WCAG contrast
Aa
#ce2dbb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2dbb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow9.2%
Key (black)19.2%
Color previews
#ce2dbb text on a black background
contrast 4.72:1
Card sample
#ce2dbb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2dbb;
Background color
Panel with #ce2dbb background
background-color: #ce2dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 45, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 45, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2dbb; background: linear-gradient(135deg, #ce2dbb, #CE2D50);