#cb9fef
a light, vivid violet · warm · closest name: plum
RGB
203, 159, 239
HSL
273°, 71%, 78%
CMYK
15, 34, 0, 6
Luminance
0.4372
Every format
| HEX | #cb9fef |
| RGB | rgb(203, 159, 239) |
| HSL | hsl(273, 71%, 78%) |
| CMYK | cmyk(15%, 34%, 0%, 6%) |
| LAB | lab(72.0 31.0 -34.0) |
| LCH | lch(72.0 46.0 312.4) |
| OKLCH | oklch(0.771 0.120 309.0) |
Copy-ready code
/* CSS */
color: #cb9fef;
background-color: #cb9fef;
/* Tailwind (arbitrary) */
class="text-[#cb9fef] bg-[#cb9fef]"
/* SCSS */
$brand: #cb9fef;
/* SwiftUI */
Color(red: 0.796, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#cb9fef")Accessibility — WCAG contrast
Aa
#cb9fef on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9fef on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.4%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cb9fef text on a black background
contrast 9.74:1
Card sample
#cb9fef text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9fef;
Background color
Panel with #cb9fef background
background-color: #cb9fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9fef; background: linear-gradient(135deg, #cb9fef, #EF9FDE);