#cb73df
a light, vivid violet · warm · closest name: orchid
RGB
203, 115, 223
HSL
289°, 63%, 66%
CMYK
9, 48, 0, 13
Luminance
0.3029
Every format
| HEX | #cb73df |
| RGB | rgb(203, 115, 223) |
| HSL | hsl(289, 63%, 66%) |
| CMYK | cmyk(9%, 48%, 0%, 13%) |
| LAB | lab(61.9 51.2 -41.0) |
| LCH | lch(61.9 65.6 321.3) |
| OKLCH | oklch(0.693 0.176 320.0) |
Copy-ready code
/* CSS */
color: #cb73df;
background-color: #cb73df;
/* Tailwind (arbitrary) */
class="text-[#cb73df] bg-[#cb73df]"
/* SCSS */
$brand: #cb73df;
/* SwiftUI */
Color(red: 0.796, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#cb73df")Accessibility — WCAG contrast
Aa
#cb73df on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb73df on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.1%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cb73df text on a black background
contrast 7.06:1
Card sample
#cb73df text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb73df;
Background color
Panel with #cb73df background
background-color: #cb73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb73df; background: linear-gradient(135deg, #cb73df, #DF73AB);