#ce7fac
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 127, 172
HSL
326°, 45%, 65%
CMYK
0, 38, 17, 19
Luminance
0.3128
Every format
| HEX | #ce7fac |
| RGB | rgb(206, 127, 172) |
| HSL | hsl(326, 45%, 65%) |
| CMYK | cmyk(0%, 38%, 17%, 19%) |
| LAB | lab(62.7 36.8 -10.9) |
| LCH | lch(62.7 38.4 343.5) |
| OKLCH | oklch(0.693 0.113 345.3) |
Copy-ready code
/* CSS */
color: #ce7fac;
background-color: #ce7fac;
/* Tailwind (arbitrary) */
class="text-[#ce7fac] bg-[#ce7fac]"
/* SCSS */
$brand: #ce7fac;
/* SwiftUI */
Color(red: 0.808, green: 0.498, blue: 0.675)
/* Android */
Color.parseColor("#ce7fac")Accessibility — WCAG contrast
Aa
#ce7fac on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7fac on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow16.5%
Key (black)19.2%
Color previews
#ce7fac text on a black background
contrast 7.26:1
Card sample
#ce7fac text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7fac;
Background color
Panel with #ce7fac background
background-color: #ce7fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 127, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 127, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7fac; background: linear-gradient(135deg, #ce7fac, #CE877F);