#cf92da
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 146, 218
HSL
291°, 49%, 71%
CMYK
5, 33, 0, 15
Luminance
0.3889
Every format
| HEX | #cf92da |
| RGB | rgb(207, 146, 218) |
| HSL | hsl(291, 49%, 71%) |
| CMYK | cmyk(5%, 33%, 0%, 15%) |
| LAB | lab(68.7 35.0 -27.7) |
| LCH | lch(68.7 44.6 321.7) |
| OKLCH | oklch(0.744 0.121 321.3) |
Copy-ready code
/* CSS */
color: #cf92da;
background-color: #cf92da;
/* Tailwind (arbitrary) */
class="text-[#cf92da] bg-[#cf92da]"
/* SCSS */
$brand: #cf92da;
/* SwiftUI */
Color(red: 0.812, green: 0.573, blue: 0.855)
/* Android */
Color.parseColor("#cf92da")Accessibility — WCAG contrast
Aa
#cf92da on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf92da on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.3%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta33.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cf92da text on a black background
contrast 8.78:1
Card sample
#cf92da text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf92da;
Background color
Panel with #cf92da background
background-color: #cf92da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf92da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 146, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 146, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf92da; background: linear-gradient(135deg, #cf92da, #DA92B5);