#cf99cb
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 153, 203
HSL
304°, 36%, 71%
CMYK
0, 26, 2, 19
Luminance
0.4036
Every format
| HEX | #cf99cb |
| RGB | rgb(207, 153, 203) |
| HSL | hsl(304, 36%, 71%) |
| CMYK | cmyk(0%, 26%, 2%, 19%) |
| LAB | lab(69.7 28.4 -17.8) |
| LCH | lch(69.7 33.5 328.0) |
| OKLCH | oklch(0.750 0.092 328.9) |
Copy-ready code
/* CSS */
color: #cf99cb;
background-color: #cf99cb;
/* Tailwind (arbitrary) */
class="text-[#cf99cb] bg-[#cf99cb]"
/* SCSS */
$brand: #cf99cb;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.796)
/* Android */
Color.parseColor("#cf99cb")Accessibility — WCAG contrast
Aa
#cf99cb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf99cb on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow1.9%
Key (black)18.8%
Color previews
#cf99cb text on a black background
contrast 9.07:1
Card sample
#cf99cb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf99cb;
Background color
Panel with #cf99cb background
background-color: #cf99cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf99cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf99cb; background: linear-gradient(135deg, #cf99cb, #CF99A7);