#ce4cc8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 76, 200
HSL
303°, 57%, 55%
CMYK
0, 63, 3, 19
Luminance
0.2246
Every format
| HEX | #ce4cc8 |
| RGB | rgb(206, 76, 200) |
| HSL | hsl(303, 57%, 55%) |
| CMYK | cmyk(0%, 63%, 3%, 19%) |
| LAB | lab(54.5 65.9 -39.6) |
| LCH | lch(54.5 76.8 329.0) |
| OKLCH | oklch(0.636 0.215 329.6) |
Copy-ready code
/* CSS */
color: #ce4cc8;
background-color: #ce4cc8;
/* Tailwind (arbitrary) */
class="text-[#ce4cc8] bg-[#ce4cc8]"
/* SCSS */
$brand: #ce4cc8;
/* SwiftUI */
Color(red: 0.808, green: 0.298, blue: 0.784)
/* Android */
Color.parseColor("#ce4cc8")Accessibility — WCAG contrast
Aa
#ce4cc8 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4cc8 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.8%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow2.9%
Key (black)19.2%
Color previews
#ce4cc8 text on a black background
contrast 5.49:1
Card sample
#ce4cc8 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4cc8;
Background color
Panel with #ce4cc8 background
background-color: #ce4cc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4cc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 76, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 76, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4cc8; background: linear-gradient(135deg, #ce4cc8, #CE4C71);