#ce7abf
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 122, 191
HSL
311°, 46%, 64%
CMYK
0, 41, 7, 19
Luminance
0.3080
Every format
| HEX | #ce7abf |
| RGB | rgb(206, 122, 191) |
| HSL | hsl(311, 46%, 64%) |
| CMYK | cmyk(0%, 41%, 7%, 19%) |
| LAB | lab(62.3 42.6 -22.3) |
| LCH | lch(62.3 48.1 332.4) |
| OKLCH | oklch(0.693 0.136 333.8) |
Copy-ready code
/* CSS */
color: #ce7abf;
background-color: #ce7abf;
/* Tailwind (arbitrary) */
class="text-[#ce7abf] bg-[#ce7abf]"
/* SCSS */
$brand: #ce7abf;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#ce7abf")Accessibility — WCAG contrast
Aa
#ce7abf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7abf on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow7.3%
Key (black)19.2%
Color previews
#ce7abf text on a black background
contrast 7.16:1
Card sample
#ce7abf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7abf;
Background color
Panel with #ce7abf background
background-color: #ce7abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7abf; background: linear-gradient(135deg, #ce7abf, #CE7A87);