#ce3acd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 58, 205
HSL
300°, 60%, 52%
CMYK
0, 72, 1, 19
Luminance
0.2056
Every format
| HEX | #ce3acd |
| RGB | rgb(206, 58, 205) |
| HSL | hsl(300, 60%, 52%) |
| CMYK | cmyk(0%, 72%, 1%, 19%) |
| LAB | lab(52.5 73.2 -45.7) |
| LCH | lch(52.5 86.3 328.0) |
| OKLCH | oklch(0.622 0.241 328.3) |
Copy-ready code
/* CSS */
color: #ce3acd;
background-color: #ce3acd;
/* Tailwind (arbitrary) */
class="text-[#ce3acd] bg-[#ce3acd]"
/* SCSS */
$brand: #ce3acd;
/* SwiftUI */
Color(red: 0.808, green: 0.227, blue: 0.804)
/* Android */
Color.parseColor("#ce3acd")Accessibility — WCAG contrast
Aa
#ce3acd on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3acd on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow0.5%
Key (black)19.2%
Color previews
#ce3acd text on a black background
contrast 5.11:1
Card sample
#ce3acd text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3acd;
Background color
Panel with #ce3acd background
background-color: #ce3acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 58, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 58, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3acd; background: linear-gradient(135deg, #ce3acd, #CE3A6A);