#ce4da2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 77, 162
HSL
321°, 57%, 56%
CMYK
0, 63, 21, 19
Luminance
0.2104
Every format
| HEX | #ce4da2 |
| RGB | rgb(206, 77, 162) |
| HSL | hsl(321, 57%, 56%) |
| CMYK | cmyk(0%, 63%, 21%, 19%) |
| LAB | lab(53.0 59.7 -19.9) |
| LCH | lch(53.0 62.9 341.6) |
| OKLCH | oklch(0.619 0.187 343.5) |
Copy-ready code
/* CSS */
color: #ce4da2;
background-color: #ce4da2;
/* Tailwind (arbitrary) */
class="text-[#ce4da2] bg-[#ce4da2]"
/* SCSS */
$brand: #ce4da2;
/* SwiftUI */
Color(red: 0.808, green: 0.302, blue: 0.635)
/* Android */
Color.parseColor("#ce4da2")Accessibility — WCAG contrast
Aa
#ce4da2 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4da2 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green30.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow21.4%
Key (black)19.2%
Color previews
#ce4da2 text on a black background
contrast 5.21:1
Card sample
#ce4da2 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4da2;
Background color
Panel with #ce4da2 background
background-color: #ce4da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 77, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 77, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4da2; background: linear-gradient(135deg, #ce4da2, #CE4E4D);