#ce3da4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 61, 164
HSL
317°, 60%, 52%
CMYK
0, 70, 20, 19
Luminance
0.1914
Every format
| HEX | #ce3da4 |
| RGB | rgb(206, 61, 164) |
| HSL | hsl(317, 60%, 52%) |
| CMYK | cmyk(0%, 70%, 20%, 19%) |
| LAB | lab(50.9 66.2 -24.3) |
| LCH | lch(50.9 70.5 339.8) |
| OKLCH | oklch(0.604 0.209 341.8) |
Copy-ready code
/* CSS */
color: #ce3da4;
background-color: #ce3da4;
/* Tailwind (arbitrary) */
class="text-[#ce3da4] bg-[#ce3da4]"
/* SCSS */
$brand: #ce3da4;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.643)
/* Android */
Color.parseColor("#ce3da4")Accessibility — WCAG contrast
Aa
#ce3da4 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3da4 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow20.4%
Key (black)19.2%
Color previews
#ce3da4 text on a black background
contrast 4.83:1
Card sample
#ce3da4 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3da4;
Background color
Panel with #ce3da4 background
background-color: #ce3da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3da4; background: linear-gradient(135deg, #ce3da4, #CE3D43);