#ce52cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 82, 207
HSL
300°, 57%, 57%
CMYK
1, 60, 0, 19
Luminance
0.2366
Every format
| HEX | #ce52cf |
| RGB | rgb(206, 82, 207) |
| HSL | hsl(300, 57%, 57%) |
| CMYK | cmyk(1%, 60%, 0%, 19%) |
| LAB | lab(55.8 64.6 -41.6) |
| LCH | lch(55.8 76.8 327.2) |
| OKLCH | oklch(0.646 0.213 327.4) |
Copy-ready code
/* CSS */
color: #ce52cf;
background-color: #ce52cf;
/* Tailwind (arbitrary) */
class="text-[#ce52cf] bg-[#ce52cf]"
/* SCSS */
$brand: #ce52cf;
/* SwiftUI */
Color(red: 0.808, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#ce52cf")Accessibility — WCAG contrast
Aa
#ce52cf on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce52cf on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green32.2%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ce52cf text on a black background
contrast 5.73:1
Card sample
#ce52cf text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce52cf;
Background color
Panel with #ce52cf background
background-color: #ce52cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce52cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce52cf; background: linear-gradient(135deg, #ce52cf, #CF527D);