#ce5da8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 93, 168
HSL
320°, 54%, 59%
CMYK
0, 55, 18, 19
Luminance
0.2378
Every format
| HEX | #ce5da8 |
| RGB | rgb(206, 93, 168) |
| HSL | hsl(320, 54%, 59%) |
| CMYK | cmyk(0%, 55%, 18%, 19%) |
| LAB | lab(55.9 53.5 -19.0) |
| LCH | lch(55.9 56.7 340.5) |
| OKLCH | oklch(0.641 0.167 342.3) |
Copy-ready code
/* CSS */
color: #ce5da8;
background-color: #ce5da8;
/* Tailwind (arbitrary) */
class="text-[#ce5da8] bg-[#ce5da8]"
/* SCSS */
$brand: #ce5da8;
/* SwiftUI */
Color(red: 0.808, green: 0.365, blue: 0.659)
/* Android */
Color.parseColor("#ce5da8")Accessibility — WCAG contrast
Aa
#ce5da8 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5da8 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.5%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow18.4%
Key (black)19.2%
Color previews
#ce5da8 text on a black background
contrast 5.76:1
Card sample
#ce5da8 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5da8;
Background color
Panel with #ce5da8 background
background-color: #ce5da8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5da8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 93, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 93, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5da8; background: linear-gradient(135deg, #ce5da8, #CE5D5D);