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