#cf92d2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 146, 210
HSL
297°, 42%, 70%
CMYK
1, 31, 0, 18
Luminance
0.3848
Every format
| HEX | #cf92d2 |
| RGB | rgb(207, 146, 210) |
| HSL | hsl(297, 42%, 70%) |
| CMYK | cmyk(1%, 31%, 0%, 18%) |
| LAB | lab(68.4 33.5 -23.7) |
| LCH | lch(68.4 41.0 324.7) |
| OKLCH | oklch(0.741 0.112 325.1) |
Copy-ready code
/* CSS */
color: #cf92d2;
background-color: #cf92d2;
/* Tailwind (arbitrary) */
class="text-[#cf92d2] bg-[#cf92d2]"
/* SCSS */
$brand: #cf92d2;
/* SwiftUI */
Color(red: 0.812, green: 0.573, blue: 0.824)
/* Android */
Color.parseColor("#cf92d2")Accessibility — WCAG contrast
Aa
#cf92d2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf92d2 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.3%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta30.5%
Yellow0.0%
Key (black)17.6%
Color previews
#cf92d2 text on a black background
contrast 8.70:1
Card sample
#cf92d2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf92d2;
Background color
Panel with #cf92d2 background
background-color: #cf92d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf92d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 146, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 146, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf92d2; background: linear-gradient(135deg, #cf92d2, #D292AA);