#cf95da
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 149, 218
HSL
290°, 48%, 72%
CMYK
5, 32, 0, 15
Luminance
0.3982
Every format
| HEX | #cf95da |
| RGB | rgb(207, 149, 218) |
| HSL | hsl(290, 48%, 72%) |
| CMYK | cmyk(5%, 32%, 0%, 15%) |
| LAB | lab(69.3 33.4 -26.6) |
| LCH | lch(69.3 42.7 321.5) |
| OKLCH | oklch(0.749 0.115 321.0) |
Copy-ready code
/* CSS */
color: #cf95da;
background-color: #cf95da;
/* Tailwind (arbitrary) */
class="text-[#cf95da] bg-[#cf95da]"
/* SCSS */
$brand: #cf95da;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.855)
/* Android */
Color.parseColor("#cf95da")Accessibility — WCAG contrast
Aa
#cf95da on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf95da on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta31.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cf95da text on a black background
contrast 8.96:1
Card sample
#cf95da text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf95da;
Background color
Panel with #cf95da background
background-color: #cf95da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf95da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf95da; background: linear-gradient(135deg, #cf95da, #DA95B7);