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