#ce5dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 93, 191
HSL
308°, 54%, 59%
CMYK
0, 55, 7, 19
Luminance
0.2471
Every format
| HEX | #ce5dbf |
| RGB | rgb(206, 93, 191) |
| HSL | hsl(308, 54%, 59%) |
| CMYK | cmyk(0%, 55%, 7%, 19%) |
| LAB | lab(56.8 57.0 -30.8) |
| LCH | lch(56.8 64.8 331.6) |
| OKLCH | oklch(0.651 0.184 332.8) |
Copy-ready code
/* CSS */
color: #ce5dbf;
background-color: #ce5dbf;
/* Tailwind (arbitrary) */
class="text-[#ce5dbf] bg-[#ce5dbf]"
/* SCSS */
$brand: #ce5dbf;
/* SwiftUI */
Color(red: 0.808, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#ce5dbf")Accessibility — WCAG contrast
Aa
#ce5dbf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5dbf on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow7.3%
Key (black)19.2%
Color previews
#ce5dbf text on a black background
contrast 5.94:1
Card sample
#ce5dbf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5dbf;
Background color
Panel with #ce5dbf background
background-color: #ce5dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5dbf; background: linear-gradient(135deg, #ce5dbf, #CE5D73);