#ce7ac2
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 122, 194
HSL
309°, 46%, 64%
CMYK
0, 41, 6, 19
Luminance
0.3094
Every format
| HEX | #ce7ac2 |
| RGB | rgb(206, 122, 194) |
| HSL | hsl(309, 46%, 64%) |
| CMYK | cmyk(0%, 41%, 6%, 19%) |
| LAB | lab(62.5 43.1 -23.8) |
| LCH | lch(62.5 49.3 331.1) |
| OKLCH | oklch(0.694 0.139 332.3) |
Copy-ready code
/* CSS */
color: #ce7ac2;
background-color: #ce7ac2;
/* Tailwind (arbitrary) */
class="text-[#ce7ac2] bg-[#ce7ac2]"
/* SCSS */
$brand: #ce7ac2;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.761)
/* Android */
Color.parseColor("#ce7ac2")Accessibility — WCAG contrast
Aa
#ce7ac2 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7ac2 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow5.8%
Key (black)19.2%
Color previews
#ce7ac2 text on a black background
contrast 7.19:1
Card sample
#ce7ac2 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7ac2;
Background color
Panel with #ce7ac2 background
background-color: #ce7ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7ac2; background: linear-gradient(135deg, #ce7ac2, #CE7A8A);