#ce4dba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 77, 186
HSL
309°, 57%, 56%
CMYK
0, 63, 10, 19
Luminance
0.2197
Every format
| HEX | #ce4dba |
| RGB | rgb(206, 77, 186) |
| HSL | hsl(309, 57%, 56%) |
| CMYK | cmyk(0%, 63%, 10%, 19%) |
| LAB | lab(54.0 63.3 -32.3) |
| LCH | lch(54.0 71.0 332.9) |
| OKLCH | oklch(0.630 0.203 334.3) |
Copy-ready code
/* CSS */
color: #ce4dba;
background-color: #ce4dba;
/* Tailwind (arbitrary) */
class="text-[#ce4dba] bg-[#ce4dba]"
/* SCSS */
$brand: #ce4dba;
/* SwiftUI */
Color(red: 0.808, green: 0.302, blue: 0.729)
/* Android */
Color.parseColor("#ce4dba")Accessibility — WCAG contrast
Aa
#ce4dba on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4dba on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green30.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow9.7%
Key (black)19.2%
Color previews
#ce4dba text on a black background
contrast 5.39:1
Card sample
#ce4dba text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4dba;
Background color
Panel with #ce4dba background
background-color: #ce4dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 77, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 77, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4dba; background: linear-gradient(135deg, #ce4dba, #CE4D64);