#ce4fdc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 79, 220
HSL
294°, 67%, 59%
CMYK
6, 64, 0, 14
Luminance
0.2388
Every format
| HEX | #ce4fdc |
| RGB | rgb(206, 79, 220) |
| HSL | hsl(294, 67%, 59%) |
| CMYK | cmyk(6%, 64%, 0%, 14%) |
| LAB | lab(56.0 68.1 -48.6) |
| LCH | lch(56.0 83.7 324.5) |
| OKLCH | oklch(0.650 0.228 323.6) |
Copy-ready code
/* CSS */
color: #ce4fdc;
background-color: #ce4fdc;
/* Tailwind (arbitrary) */
class="text-[#ce4fdc] bg-[#ce4fdc]"
/* SCSS */
$brand: #ce4fdc;
/* SwiftUI */
Color(red: 0.808, green: 0.310, blue: 0.863)
/* Android */
Color.parseColor("#ce4fdc")Accessibility — WCAG contrast
Aa
#ce4fdc on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4fdc on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.0%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta64.1%
Yellow0.0%
Key (black)13.7%
Color previews
#ce4fdc text on a black background
contrast 5.78:1
Card sample
#ce4fdc text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4fdc;
Background color
Panel with #ce4fdc background
background-color: #ce4fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 79, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 79, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4fdc; background: linear-gradient(135deg, #ce4fdc, #DC4F8C);