#ce35cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 53, 207
HSL
300°, 62%, 51%
CMYK
1, 74, 0, 19
Luminance
0.2017
Every format
| HEX | #ce35cf |
| RGB | rgb(206, 53, 207) |
| HSL | hsl(300, 62%, 51%) |
| CMYK | cmyk(1%, 74%, 0%, 19%) |
| LAB | lab(52.0 75.0 -47.5) |
| LCH | lch(52.0 88.8 327.7) |
| OKLCH | oklch(0.619 0.247 327.8) |
Copy-ready code
/* CSS */
color: #ce35cf;
background-color: #ce35cf;
/* Tailwind (arbitrary) */
class="text-[#ce35cf] bg-[#ce35cf]"
/* SCSS */
$brand: #ce35cf;
/* SwiftUI */
Color(red: 0.808, green: 0.208, blue: 0.812)
/* Android */
Color.parseColor("#ce35cf")Accessibility — WCAG contrast
Aa
#ce35cf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce35cf on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green20.8%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta74.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ce35cf text on a black background
contrast 5.03:1
Card sample
#ce35cf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce35cf;
Background color
Panel with #ce35cf background
background-color: #ce35cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce35cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 53, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 53, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce35cf; background: linear-gradient(135deg, #ce35cf, #CF3569);