#ce3dbd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 61, 189
HSL
307°, 60%, 52%
CMYK
0, 70, 8, 19
Luminance
0.2013
Every format
| HEX | #ce3dbd |
| RGB | rgb(206, 61, 189) |
| HSL | hsl(307, 60%, 52%) |
| CMYK | cmyk(0%, 70%, 8%, 19%) |
| LAB | lab(52.0 69.7 -37.2) |
| LCH | lch(52.0 79.0 331.9) |
| OKLCH | oklch(0.616 0.226 333.1) |
Copy-ready code
/* CSS */
color: #ce3dbd;
background-color: #ce3dbd;
/* Tailwind (arbitrary) */
class="text-[#ce3dbd] bg-[#ce3dbd]"
/* SCSS */
$brand: #ce3dbd;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.741)
/* Android */
Color.parseColor("#ce3dbd")Accessibility — WCAG contrast
Aa
#ce3dbd on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3dbd on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow8.3%
Key (black)19.2%
Color previews
#ce3dbd text on a black background
contrast 5.03:1
Card sample
#ce3dbd text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3dbd;
Background color
Panel with #ce3dbd background
background-color: #ce3dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3dbd; background: linear-gradient(135deg, #ce3dbd, #CE3D5D);