#cb9bfe
a light, electric violet · warm · closest name: violet
RGB
203, 155, 254
HSL
269°, 98%, 80%
CMYK
20, 39, 0, 0
Luminance
0.4329
Every format
| HEX | #cb9bfe |
| RGB | rgb(203, 155, 254) |
| HSL | hsl(269, 98%, 80%) |
| CMYK | cmyk(20%, 39%, 0%, 0%) |
| LAB | lab(71.8 36.5 -42.6) |
| LCH | lch(71.8 56.1 310.6) |
| OKLCH | oklch(0.771 0.145 305.6) |
Copy-ready code
/* CSS */
color: #cb9bfe;
background-color: #cb9bfe;
/* Tailwind (arbitrary) */
class="text-[#cb9bfe] bg-[#cb9bfe]"
/* SCSS */
$brand: #cb9bfe;
/* SwiftUI */
Color(red: 0.796, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#cb9bfe")Accessibility — WCAG contrast
Aa
#cb9bfe on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9bfe on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.8%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cb9bfe text on a black background
contrast 9.66:1
Card sample
#cb9bfe text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9bfe;
Background color
Panel with #cb9bfe background
background-color: #cb9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9bfe; background: linear-gradient(135deg, #cb9bfe, #FE9BEF);