#cb9fe2
a light, vivid violet · warm · closest name: plum
RGB
203, 159, 226
HSL
279°, 54%, 76%
CMYK
10, 30, 0, 11
Luminance
0.4298
Every format
| HEX | #cb9fe2 |
| RGB | rgb(203, 159, 226) |
| HSL | hsl(279, 54%, 76%) |
| CMYK | cmyk(10%, 30%, 0%, 11%) |
| LAB | lab(71.5 28.3 -27.7) |
| LCH | lch(71.5 39.6 315.6) |
| OKLCH | oklch(0.766 0.105 313.7) |
Copy-ready code
/* CSS */
color: #cb9fe2;
background-color: #cb9fe2;
/* Tailwind (arbitrary) */
class="text-[#cb9fe2] bg-[#cb9fe2]"
/* SCSS */
$brand: #cb9fe2;
/* SwiftUI */
Color(red: 0.796, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#cb9fe2")Accessibility — WCAG contrast
Aa
#cb9fe2 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9fe2 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.4%
Blue88.6%
CMYK percentages
Cyan10.2%
Magenta29.6%
Yellow0.0%
Key (black)11.4%
Color previews
#cb9fe2 text on a black background
contrast 9.60:1
Card sample
#cb9fe2 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9fe2;
Background color
Panel with #cb9fe2 background
background-color: #cb9fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9fe2; background: linear-gradient(135deg, #cb9fe2, #E29FCC);