#cf91df
a light, vivid violet · warm · closest name: plum
RGB
207, 145, 223
HSL
288°, 55%, 72%
CMYK
7, 35, 0, 13
Luminance
0.3884
Every format
| HEX | #cf91df |
| RGB | rgb(207, 145, 223) |
| HSL | hsl(288, 55%, 72%) |
| CMYK | cmyk(7%, 35%, 0%, 13%) |
| LAB | lab(68.6 36.6 -30.5) |
| LCH | lch(68.6 47.6 320.2) |
| OKLCH | oklch(0.744 0.128 319.2) |
Copy-ready code
/* CSS */
color: #cf91df;
background-color: #cf91df;
/* Tailwind (arbitrary) */
class="text-[#cf91df] bg-[#cf91df]"
/* SCSS */
$brand: #cf91df;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#cf91df")Accessibility — WCAG contrast
Aa
#cf91df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf91df on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cf91df text on a black background
contrast 8.77:1
Card sample
#cf91df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf91df;
Background color
Panel with #cf91df background
background-color: #cf91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf91df; background: linear-gradient(135deg, #cf91df, #DF91BB);