#cb92df
a light, vivid violet · warm · closest name: plum
RGB
203, 146, 223
HSL
284°, 55%, 72%
CMYK
9, 35, 0, 13
Luminance
0.3858
Every format
| HEX | #cb92df |
| RGB | rgb(203, 146, 223) |
| HSL | hsl(284, 55%, 72%) |
| CMYK | cmyk(9%, 35%, 0%, 13%) |
| LAB | lab(68.5 34.8 -30.8) |
| LCH | lch(68.5 46.5 318.5) |
| OKLCH | oklch(0.742 0.124 317.1) |
Copy-ready code
/* CSS */
color: #cb92df;
background-color: #cb92df;
/* Tailwind (arbitrary) */
class="text-[#cb92df] bg-[#cb92df]"
/* SCSS */
$brand: #cb92df;
/* SwiftUI */
Color(red: 0.796, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#cb92df")Accessibility — WCAG contrast
Aa
#cb92df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb92df on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green57.3%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cb92df text on a black background
contrast 8.72:1
Card sample
#cb92df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb92df;
Background color
Panel with #cb92df background
background-color: #cb92df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb92df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb92df; background: linear-gradient(135deg, #cb92df, #DF92C0);