#ce3db8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 61, 184
HSL
309°, 60%, 52%
CMYK
0, 70, 11, 19
Luminance
0.1992
Every format
| HEX | #ce3db8 |
| RGB | rgb(206, 61, 184) |
| HSL | hsl(309, 60%, 52%) |
| CMYK | cmyk(0%, 70%, 11%, 19%) |
| LAB | lab(51.8 69.0 -34.7) |
| LCH | lch(51.8 77.2 333.3) |
| OKLCH | oklch(0.613 0.222 334.8) |
Copy-ready code
/* CSS */
color: #ce3db8;
background-color: #ce3db8;
/* Tailwind (arbitrary) */
class="text-[#ce3db8] bg-[#ce3db8]"
/* SCSS */
$brand: #ce3db8;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.722)
/* Android */
Color.parseColor("#ce3db8")Accessibility — WCAG contrast
Aa
#ce3db8 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3db8 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow10.7%
Key (black)19.2%
Color previews
#ce3db8 text on a black background
contrast 4.98:1
Card sample
#ce3db8 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3db8;
Background color
Panel with #ce3db8 background
background-color: #ce3db8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3db8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3db8; background: linear-gradient(135deg, #ce3db8, #CE3D57);