#ce3acf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 58, 207
HSL
300°, 61%, 52%
CMYK
1, 72, 0, 19
Luminance
0.2065
Every format
| HEX | #ce3acf |
| RGB | rgb(206, 58, 207) |
| HSL | hsl(300, 61%, 52%) |
| CMYK | cmyk(1%, 72%, 0%, 19%) |
| LAB | lab(52.6 73.5 -46.6) |
| LCH | lch(52.6 87.1 327.6) |
| OKLCH | oklch(0.623 0.242 327.7) |
Copy-ready code
/* CSS */
color: #ce3acf;
background-color: #ce3acf;
/* Tailwind (arbitrary) */
class="text-[#ce3acf] bg-[#ce3acf]"
/* SCSS */
$brand: #ce3acf;
/* SwiftUI */
Color(red: 0.808, green: 0.227, blue: 0.812)
/* Android */
Color.parseColor("#ce3acf")Accessibility — WCAG contrast
Aa
#ce3acf on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3acf on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta72.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ce3acf text on a black background
contrast 5.13:1
Card sample
#ce3acf text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3acf;
Background color
Panel with #ce3acf background
background-color: #ce3acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 58, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 58, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3acf; background: linear-gradient(135deg, #ce3acf, #CF3A6D);