#ce2cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 44, 219
HSL
296°, 71%, 52%
CMYK
6, 80, 0, 14
Luminance
0.2004
Every format
| HEX | #ce2cdb |
| RGB | rgb(206, 44, 219) |
| HSL | hsl(296, 71%, 52%) |
| CMYK | cmyk(6%, 80%, 0%, 14%) |
| LAB | lab(51.9 79.4 -54.6) |
| LCH | lch(51.9 96.3 325.5) |
| OKLCH | oklch(0.620 0.264 324.7) |
Copy-ready code
/* CSS */
color: #ce2cdb;
background-color: #ce2cdb;
/* Tailwind (arbitrary) */
class="text-[#ce2cdb] bg-[#ce2cdb]"
/* SCSS */
$brand: #ce2cdb;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#ce2cdb")Accessibility — WCAG contrast
Aa
#ce2cdb on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2cdb on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.3%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#ce2cdb text on a black background
contrast 5.01:1
Card sample
#ce2cdb text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2cdb;
Background color
Panel with #ce2cdb background
background-color: #ce2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2cdb; background: linear-gradient(135deg, #ce2cdb, #DB2C74);