#cf92eb
a light, vivid violet · warm · closest name: plum
RGB
207, 146, 235
HSL
281°, 69%, 75%
CMYK
12, 38, 0, 8
Luminance
0.3982
Every format
| HEX | #cf92eb |
| RGB | rgb(207, 146, 235) |
| HSL | hsl(281, 69%, 75%) |
| CMYK | cmyk(12%, 38%, 0%, 8%) |
| LAB | lab(69.3 38.5 -36.0) |
| LCH | lch(69.3 52.7 316.9) |
| OKLCH | oklch(0.751 0.139 314.7) |
Copy-ready code
/* CSS */
color: #cf92eb;
background-color: #cf92eb;
/* Tailwind (arbitrary) */
class="text-[#cf92eb] bg-[#cf92eb]"
/* SCSS */
$brand: #cf92eb;
/* SwiftUI */
Color(red: 0.812, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#cf92eb")Accessibility — WCAG contrast
Aa
#cf92eb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf92eb on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.3%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cf92eb text on a black background
contrast 8.96:1
Card sample
#cf92eb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf92eb;
Background color
Panel with #cf92eb background
background-color: #cf92eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf92eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf92eb; background: linear-gradient(135deg, #cf92eb, #EB92CC);