#ce4ace
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 74, 206
HSL
300°, 57%, 55%
CMYK
0, 64, 0, 19
Luminance
0.2248
Every format
| HEX | #ce4ace |
| RGB | rgb(206, 74, 206) |
| HSL | hsl(300, 57%, 55%) |
| CMYK | cmyk(0%, 64%, 0%, 19%) |
| LAB | lab(54.5 67.7 -43.0) |
| LCH | lch(54.5 80.2 327.6) |
| OKLCH | oklch(0.637 0.223 327.8) |
Copy-ready code
/* CSS */
color: #ce4ace;
background-color: #ce4ace;
/* Tailwind (arbitrary) */
class="text-[#ce4ace] bg-[#ce4ace]"
/* SCSS */
$brand: #ce4ace;
/* SwiftUI */
Color(red: 0.808, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#ce4ace")Accessibility — WCAG contrast
Aa
#ce4ace on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4ace on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow0.0%
Key (black)19.2%
Color previews
#ce4ace text on a black background
contrast 5.50:1
Card sample
#ce4ace text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4ace;
Background color
Panel with #ce4ace background
background-color: #ce4ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4ace; background: linear-gradient(135deg, #ce4ace, #CE4A76);