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