#ce5cb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 92, 178
HSL
315°, 54%, 58%
CMYK
0, 55, 14, 19
Luminance
0.2399
Every format
| HEX | #ce5cb2 |
| RGB | rgb(206, 92, 178) |
| HSL | hsl(315, 54%, 58%) |
| CMYK | cmyk(0%, 55%, 14%, 19%) |
| LAB | lab(56.1 55.4 -24.4) |
| LCH | lch(56.1 60.6 336.2) |
| OKLCH | oklch(0.644 0.175 337.9) |
Copy-ready code
/* CSS */
color: #ce5cb2;
background-color: #ce5cb2;
/* Tailwind (arbitrary) */
class="text-[#ce5cb2] bg-[#ce5cb2]"
/* SCSS */
$brand: #ce5cb2;
/* SwiftUI */
Color(red: 0.808, green: 0.361, blue: 0.698)
/* Android */
Color.parseColor("#ce5cb2")Accessibility — WCAG contrast
Aa
#ce5cb2 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5cb2 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow13.6%
Key (black)19.2%
Color previews
#ce5cb2 text on a black background
contrast 5.80:1
Card sample
#ce5cb2 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5cb2;
Background color
Panel with #ce5cb2 background
background-color: #ce5cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 92, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 92, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5cb2; background: linear-gradient(135deg, #ce5cb2, #CE5C66);