#cf99d3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 153, 211
HSL
296°, 40%, 71%
CMYK
2, 28, 0, 17
Luminance
0.4075
Every format
| HEX | #cf99d3 |
| RGB | rgb(207, 153, 211) |
| HSL | hsl(296, 40%, 71%) |
| CMYK | cmyk(2%, 28%, 0%, 17%) |
| LAB | lab(70.0 29.9 -21.8) |
| LCH | lch(70.0 37.0 324.0) |
| OKLCH | oklch(0.753 0.101 324.2) |
Copy-ready code
/* CSS */
color: #cf99d3;
background-color: #cf99d3;
/* Tailwind (arbitrary) */
class="text-[#cf99d3] bg-[#cf99d3]"
/* SCSS */
$brand: #cf99d3;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.827)
/* Android */
Color.parseColor("#cf99d3")Accessibility — WCAG contrast
Aa
#cf99d3 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf99d3 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta27.5%
Yellow0.0%
Key (black)17.3%
Color previews
#cf99d3 text on a black background
contrast 9.15:1
Card sample
#cf99d3 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf99d3;
Background color
Panel with #cf99d3 background
background-color: #cf99d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf99d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf99d3; background: linear-gradient(135deg, #cf99d3, #D399B0);