#ce2ab5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 42, 181
HSL
309°, 66%, 49%
CMYK
0, 80, 12, 19
Luminance
0.1811
Every format
| HEX | #ce2ab5 |
| RGB | rgb(206, 42, 181) |
| HSL | hsl(309, 66%, 49%) |
| CMYK | cmyk(0%, 80%, 12%, 19%) |
| LAB | lab(49.6 74.2 -36.2) |
| LCH | lch(49.6 82.5 334.0) |
| OKLCH | oklch(0.598 0.239 335.5) |
Copy-ready code
/* CSS */
color: #ce2ab5;
background-color: #ce2ab5;
/* Tailwind (arbitrary) */
class="text-[#ce2ab5] bg-[#ce2ab5]"
/* SCSS */
$brand: #ce2ab5;
/* SwiftUI */
Color(red: 0.808, green: 0.165, blue: 0.710)
/* Android */
Color.parseColor("#ce2ab5")Accessibility — WCAG contrast
Aa
#ce2ab5 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce2ab5 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green16.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow12.1%
Key (black)19.2%
Color previews
#ce2ab5 text on a black background
contrast 4.62:1
Card sample
#ce2ab5 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2ab5;
Background color
Panel with #ce2ab5 background
background-color: #ce2ab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2ab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 42, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 42, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2ab5; background: linear-gradient(135deg, #ce2ab5, #CE2A48);