#cf699d
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 105, 157
HSL
329°, 52%, 61%
CMYK
0, 49, 24, 19
Luminance
0.2580
Every format
| HEX | #cf699d |
| RGB | rgb(207, 105, 157) |
| HSL | hsl(329, 52%, 61%) |
| CMYK | cmyk(0%, 49%, 24%, 19%) |
| LAB | lab(57.9 46.3 -9.6) |
| LCH | lch(57.9 47.3 348.3) |
| OKLCH | oklch(0.655 0.141 349.9) |
Copy-ready code
/* CSS */
color: #cf699d;
background-color: #cf699d;
/* Tailwind (arbitrary) */
class="text-[#cf699d] bg-[#cf699d]"
/* SCSS */
$brand: #cf699d;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.616)
/* Android */
Color.parseColor("#cf699d")Accessibility — WCAG contrast
Aa
#cf699d on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf699d on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow24.2%
Key (black)18.8%
Color previews
#cf699d text on a black background
contrast 6.16:1
Card sample
#cf699d text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf699d;
Background color
Panel with #cf699d background
background-color: #cf699d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf699d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf699d; background: linear-gradient(135deg, #cf699d, #CF7969);