#ce5dbb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 93, 187
HSL
310°, 54%, 59%
CMYK
0, 55, 9, 19
Luminance
0.2454
Every format
| HEX | #ce5dbb |
| RGB | rgb(206, 93, 187) |
| HSL | hsl(310, 54%, 59%) |
| CMYK | cmyk(0%, 55%, 9%, 19%) |
| LAB | lab(56.6 56.4 -28.8) |
| LCH | lch(56.6 63.3 332.9) |
| OKLCH | oklch(0.649 0.181 334.4) |
Copy-ready code
/* CSS */
color: #ce5dbb;
background-color: #ce5dbb;
/* Tailwind (arbitrary) */
class="text-[#ce5dbb] bg-[#ce5dbb]"
/* SCSS */
$brand: #ce5dbb;
/* SwiftUI */
Color(red: 0.808, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#ce5dbb")Accessibility — WCAG contrast
Aa
#ce5dbb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5dbb on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow9.2%
Key (black)19.2%
Color previews
#ce5dbb text on a black background
contrast 5.91:1
Card sample
#ce5dbb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5dbb;
Background color
Panel with #ce5dbb background
background-color: #ce5dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5dbb; background: linear-gradient(135deg, #ce5dbb, #CE5D70);