#ce4dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 77, 172
HSL
316°, 57%, 56%
CMYK
0, 63, 17, 19
Luminance
0.2141
Every format
| HEX | #ce4dac |
| RGB | rgb(206, 77, 172) |
| HSL | hsl(316, 57%, 56%) |
| CMYK | cmyk(0%, 63%, 17%, 19%) |
| LAB | lab(53.4 61.1 -25.1) |
| LCH | lch(53.4 66.1 337.7) |
| OKLCH | oklch(0.624 0.193 339.5) |
Copy-ready code
/* CSS */
color: #ce4dac;
background-color: #ce4dac;
/* Tailwind (arbitrary) */
class="text-[#ce4dac] bg-[#ce4dac]"
/* SCSS */
$brand: #ce4dac;
/* SwiftUI */
Color(red: 0.808, green: 0.302, blue: 0.675)
/* Android */
Color.parseColor("#ce4dac")Accessibility — WCAG contrast
Aa
#ce4dac on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4dac on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green30.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow16.5%
Key (black)19.2%
Color previews
#ce4dac text on a black background
contrast 5.28:1
Card sample
#ce4dac text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4dac;
Background color
Panel with #ce4dac background
background-color: #ce4dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 77, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 77, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4dac; background: linear-gradient(135deg, #ce4dac, #CE4D56);