#ce52ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 82, 186
HSL
310°, 56%, 57%
CMYK
0, 60, 10, 19
Luminance
0.2270
Every format
| HEX | #ce52ba |
| RGB | rgb(206, 82, 186) |
| HSL | hsl(310, 56%, 57%) |
| CMYK | cmyk(0%, 60%, 10%, 19%) |
| LAB | lab(54.8 61.1 -31.1) |
| LCH | lch(54.8 68.6 333.0) |
| OKLCH | oklch(0.636 0.196 334.4) |
Copy-ready code
/* CSS */
color: #ce52ba;
background-color: #ce52ba;
/* Tailwind (arbitrary) */
class="text-[#ce52ba] bg-[#ce52ba]"
/* SCSS */
$brand: #ce52ba;
/* SwiftUI */
Color(red: 0.808, green: 0.322, blue: 0.729)
/* Android */
Color.parseColor("#ce52ba")Accessibility — WCAG contrast
Aa
#ce52ba on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce52ba on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green32.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow9.7%
Key (black)19.2%
Color previews
#ce52ba text on a black background
contrast 5.54:1
Card sample
#ce52ba text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce52ba;
Background color
Panel with #ce52ba background
background-color: #ce52ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce52ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 82, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 82, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce52ba; background: linear-gradient(135deg, #ce52ba, #CE5267);