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