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