#ce7fcc
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 127, 204
HSL
302°, 45%, 65%
CMYK
0, 38, 1, 19
Luminance
0.3266
Every format
| HEX | #ce7fcc |
| RGB | rgb(206, 127, 204) |
| HSL | hsl(302, 45%, 65%) |
| CMYK | cmyk(0%, 38%, 1%, 19%) |
| LAB | lab(63.9 42.3 -27.2) |
| LCH | lch(63.9 50.3 327.2) |
| OKLCH | oklch(0.706 0.139 327.8) |
Copy-ready code
/* CSS */
color: #ce7fcc;
background-color: #ce7fcc;
/* Tailwind (arbitrary) */
class="text-[#ce7fcc] bg-[#ce7fcc]"
/* SCSS */
$brand: #ce7fcc;
/* SwiftUI */
Color(red: 0.808, green: 0.498, blue: 0.800)
/* Android */
Color.parseColor("#ce7fcc")Accessibility — WCAG contrast
Aa
#ce7fcc on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7fcc on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow1.0%
Key (black)19.2%
Color previews
#ce7fcc text on a black background
contrast 7.53:1
Card sample
#ce7fcc text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7fcc;
Background color
Panel with #ce7fcc background
background-color: #ce7fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 127, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 127, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7fcc; background: linear-gradient(135deg, #ce7fcc, #CE7F97);