#cf8ad3
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 138, 211
HSL
297°, 45%, 68%
CMYK
2, 35, 0, 17
Luminance
0.3615
Every format
| HEX | #cf8ad3 |
| RGB | rgb(207, 138, 211) |
| HSL | hsl(297, 45%, 68%) |
| CMYK | cmyk(2%, 35%, 0%, 17%) |
| LAB | lab(66.6 38.0 -26.9) |
| LCH | lch(66.6 46.6 324.7) |
| OKLCH | oklch(0.728 0.127 324.9) |
Copy-ready code
/* CSS */
color: #cf8ad3;
background-color: #cf8ad3;
/* Tailwind (arbitrary) */
class="text-[#cf8ad3] bg-[#cf8ad3]"
/* SCSS */
$brand: #cf8ad3;
/* SwiftUI */
Color(red: 0.812, green: 0.541, blue: 0.827)
/* Android */
Color.parseColor("#cf8ad3")Accessibility — WCAG contrast
Aa
#cf8ad3 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ad3 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.1%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta34.6%
Yellow0.0%
Key (black)17.3%
Color previews
#cf8ad3 text on a black background
contrast 8.23:1
Card sample
#cf8ad3 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ad3;
Background color
Panel with #cf8ad3 background
background-color: #cf8ad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 138, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 138, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ad3; background: linear-gradient(135deg, #cf8ad3, #D38AA6);