#cf88d2
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 136, 210
HSL
298°, 45%, 68%
CMYK
1, 35, 0, 18
Luminance
0.3553
Every format
| HEX | #cf88d2 |
| RGB | rgb(207, 136, 210) |
| HSL | hsl(298, 45%, 68%) |
| CMYK | cmyk(1%, 35%, 0%, 18%) |
| LAB | lab(66.2 38.9 -27.1) |
| LCH | lch(66.2 47.4 325.2) |
| OKLCH | oklch(0.724 0.130 325.4) |
Copy-ready code
/* CSS */
color: #cf88d2;
background-color: #cf88d2;
/* Tailwind (arbitrary) */
class="text-[#cf88d2] bg-[#cf88d2]"
/* SCSS */
$brand: #cf88d2;
/* SwiftUI */
Color(red: 0.812, green: 0.533, blue: 0.824)
/* Android */
Color.parseColor("#cf88d2")Accessibility — WCAG contrast
Aa
#cf88d2 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf88d2 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.3%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta35.2%
Yellow0.0%
Key (black)17.6%
Color previews
#cf88d2 text on a black background
contrast 8.11:1
Card sample
#cf88d2 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf88d2;
Background color
Panel with #cf88d2 background
background-color: #cf88d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf88d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 136, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 136, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf88d2; background: linear-gradient(135deg, #cf88d2, #D288A4);