#cb94df
a light, vivid violet · warm · closest name: plum
RGB
203, 148, 223
HSL
284°, 54%, 73%
CMYK
9, 34, 0, 13
Luminance
0.3920
Every format
| HEX | #cb94df |
| RGB | rgb(203, 148, 223) |
| HSL | hsl(284, 54%, 73%) |
| CMYK | cmyk(9%, 34%, 0%, 13%) |
| LAB | lab(68.9 33.7 -30.1) |
| LCH | lch(68.9 45.2 318.2) |
| OKLCH | oklch(0.745 0.120 316.8) |
Copy-ready code
/* CSS */
color: #cb94df;
background-color: #cb94df;
/* Tailwind (arbitrary) */
class="text-[#cb94df] bg-[#cb94df]"
/* SCSS */
$brand: #cb94df;
/* SwiftUI */
Color(red: 0.796, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#cb94df")Accessibility — WCAG contrast
Aa
#cb94df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb94df on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green58.0%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cb94df text on a black background
contrast 8.84:1
Card sample
#cb94df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb94df;
Background color
Panel with #cb94df background
background-color: #cb94df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb94df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb94df; background: linear-gradient(135deg, #cb94df, #DF94C1);