#ce2fad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 47, 173
HSL
313°, 63%, 50%
CMYK
0, 77, 16, 19
Luminance
0.1817
Every format
| HEX | #ce2fad |
| RGB | rgb(206, 47, 173) |
| HSL | hsl(313, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 16%, 19%) |
| LAB | lab(49.7 71.8 -31.4) |
| LCH | lch(49.7 78.3 336.4) |
| OKLCH | oklch(0.597 0.229 338.1) |
Copy-ready code
/* CSS */
color: #ce2fad;
background-color: #ce2fad;
/* Tailwind (arbitrary) */
class="text-[#ce2fad] bg-[#ce2fad]"
/* SCSS */
$brand: #ce2fad;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#ce2fad")Accessibility — WCAG contrast
Aa
#ce2fad on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce2fad on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow16.0%
Key (black)19.2%
Color previews
#ce2fad text on a black background
contrast 4.63:1
Card sample
#ce2fad text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2fad;
Background color
Panel with #ce2fad background
background-color: #ce2fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2fad; background: linear-gradient(135deg, #ce2fad, #CE2F43);