#ce5ccc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 92, 204
HSL
301°, 54%, 58%
CMYK
0, 55, 1, 19
Luminance
0.2514
Every format
| HEX | #ce5ccc |
| RGB | rgb(206, 92, 204) |
| HSL | hsl(301, 54%, 58%) |
| CMYK | cmyk(0%, 55%, 1%, 19%) |
| LAB | lab(57.2 59.7 -37.6) |
| LCH | lch(57.2 70.5 327.8) |
| OKLCH | oklch(0.656 0.196 328.2) |
Copy-ready code
/* CSS */
color: #ce5ccc;
background-color: #ce5ccc;
/* Tailwind (arbitrary) */
class="text-[#ce5ccc] bg-[#ce5ccc]"
/* SCSS */
$brand: #ce5ccc;
/* SwiftUI */
Color(red: 0.808, green: 0.361, blue: 0.800)
/* Android */
Color.parseColor("#ce5ccc")Accessibility — WCAG contrast
Aa
#ce5ccc on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5ccc on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow1.0%
Key (black)19.2%
Color previews
#ce5ccc text on a black background
contrast 6.03:1
Card sample
#ce5ccc text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5ccc;
Background color
Panel with #ce5ccc background
background-color: #ce5ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 92, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 92, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5ccc; background: linear-gradient(135deg, #ce5ccc, #CE5C80);