#ce2990
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 41, 144
HSL
323°, 67%, 48%
CMYK
0, 80, 30, 19
Luminance
0.1672
Every format
| HEX | #ce2990 |
| RGB | rgb(206, 41, 144) |
| HSL | hsl(323, 67%, 48%) |
| CMYK | cmyk(0%, 80%, 30%, 19%) |
| LAB | lab(47.9 69.7 -16.9) |
| LCH | lch(47.9 71.8 346.4) |
| OKLCH | oklch(0.580 0.218 348.2) |
Copy-ready code
/* CSS */
color: #ce2990;
background-color: #ce2990;
/* Tailwind (arbitrary) */
class="text-[#ce2990] bg-[#ce2990]"
/* SCSS */
$brand: #ce2990;
/* SwiftUI */
Color(red: 0.808, green: 0.161, blue: 0.565)
/* Android */
Color.parseColor("#ce2990")Accessibility — WCAG contrast
Aa
#ce2990 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce2990 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green16.1%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta80.1%
Yellow30.1%
Key (black)19.2%
Color previews
#ce2990 text on a black background
contrast 4.34:1
Card sample
#ce2990 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2990;
Background color
Panel with #ce2990 background
background-color: #ce2990;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2990;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 41, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 41, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2990; background: linear-gradient(135deg, #ce2990, #CE3029);