#cb9fff
a light, electric violet · warm · closest name: plum
RGB
203, 159, 255
HSL
268°, 100%, 81%
CMYK
20, 38, 0, 0
Luminance
0.4471
Every format
| HEX | #cb9fff |
| RGB | rgb(203, 159, 255) |
| HSL | hsl(268, 100%, 81%) |
| CMYK | cmyk(20%, 38%, 0%, 0%) |
| LAB | lab(72.7 34.5 -41.7) |
| LCH | lch(72.7 54.1 309.6) |
| OKLCH | oklch(0.778 0.140 304.4) |
Copy-ready code
/* CSS */
color: #cb9fff;
background-color: #cb9fff;
/* Tailwind (arbitrary) */
class="text-[#cb9fff] bg-[#cb9fff]"
/* SCSS */
$brand: #cb9fff;
/* SwiftUI */
Color(red: 0.796, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#cb9fff")Accessibility — WCAG contrast
Aa
#cb9fff on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9fff on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.4%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cb9fff text on a black background
contrast 9.94:1
Card sample
#cb9fff text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9fff;
Background color
Panel with #cb9fff background
background-color: #cb9fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9fff; background: linear-gradient(135deg, #cb9fff, #FF9FF3);