#cf85d1
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 133, 209
HSL
298°, 45%, 67%
CMYK
1, 36, 0, 18
Luminance
0.3464
Every format
| HEX | #cf85d1 |
| RGB | rgb(207, 133, 209) |
| HSL | hsl(298, 45%, 67%) |
| CMYK | cmyk(1%, 36%, 0%, 18%) |
| LAB | lab(65.5 40.3 -27.6) |
| LCH | lch(65.5 48.9 325.6) |
| OKLCH | oklch(0.719 0.134 325.9) |
Copy-ready code
/* CSS */
color: #cf85d1;
background-color: #cf85d1;
/* Tailwind (arbitrary) */
class="text-[#cf85d1] bg-[#cf85d1]"
/* SCSS */
$brand: #cf85d1;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.820)
/* Android */
Color.parseColor("#cf85d1")Accessibility — WCAG contrast
Aa
#cf85d1 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85d1 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue82.0%
CMYK percentages
Cyan1.0%
Magenta36.4%
Yellow0.0%
Key (black)18.0%
Color previews
#cf85d1 text on a black background
contrast 7.93:1
Card sample
#cf85d1 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85d1;
Background color
Panel with #cf85d1 background
background-color: #cf85d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85d1; background: linear-gradient(135deg, #cf85d1, #D185A0);