#cb90df
a light, vivid violet · warm · closest name: plum
RGB
203, 144, 223
HSL
285°, 55%, 72%
CMYK
9, 35, 0, 13
Luminance
0.3797
Every format
| HEX | #cb90df |
| RGB | rgb(203, 144, 223) |
| HSL | hsl(285, 55%, 72%) |
| CMYK | cmyk(9%, 35%, 0%, 13%) |
| LAB | lab(68.0 35.9 -31.5) |
| LCH | lch(68.0 47.7 318.7) |
| OKLCH | oklch(0.739 0.127 317.3) |
Copy-ready code
/* CSS */
color: #cb90df;
background-color: #cb90df;
/* Tailwind (arbitrary) */
class="text-[#cb90df] bg-[#cb90df]"
/* SCSS */
$brand: #cb90df;
/* SwiftUI */
Color(red: 0.796, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#cb90df")Accessibility — WCAG contrast
Aa
#cb90df on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb90df on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.5%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cb90df text on a black background
contrast 8.59:1
Card sample
#cb90df text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb90df;
Background color
Panel with #cb90df background
background-color: #cb90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb90df; background: linear-gradient(135deg, #cb90df, #DF90BE);