#cb6dfe
a light, electric violet · warm · closest name: violet
RGB
203, 109, 254
HSL
279°, 99%, 71%
CMYK
20, 57, 0, 0
Luminance
0.3079
Every format
| HEX | #cb6dfe |
| RGB | rgb(203, 109, 254) |
| HSL | hsl(279, 99%, 71%) |
| CMYK | cmyk(20%, 57%, 0%, 0%) |
| LAB | lab(62.3 60.5 -57.5) |
| LCH | lch(62.3 83.5 316.5) |
| OKLCH | oklch(0.701 0.217 312.0) |
Copy-ready code
/* CSS */
color: #cb6dfe;
background-color: #cb6dfe;
/* Tailwind (arbitrary) */
class="text-[#cb6dfe] bg-[#cb6dfe]"
/* SCSS */
$brand: #cb6dfe;
/* SwiftUI */
Color(red: 0.796, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#cb6dfe")Accessibility — WCAG contrast
Aa
#cb6dfe on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb6dfe on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green42.7%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cb6dfe text on a black background
contrast 7.16:1
Card sample
#cb6dfe text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6dfe;
Background color
Panel with #cb6dfe background
background-color: #cb6dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6dfe; background: linear-gradient(135deg, #cb6dfe, #FE6DD0);