#cb8dfe
a light, electric violet · warm · closest name: violet
RGB
203, 141, 254
HSL
273°, 98%, 78%
CMYK
20, 45, 0, 0
Luminance
0.3890
Every format
| HEX | #cb8dfe |
| RGB | rgb(203, 141, 254) |
| HSL | hsl(273, 98%, 78%) |
| CMYK | cmyk(20%, 45%, 0%, 0%) |
| LAB | lab(68.7 44.0 -47.4) |
| LCH | lch(68.7 64.7 312.9) |
| OKLCH | oklch(0.748 0.168 308.1) |
Copy-ready code
/* CSS */
color: #cb8dfe;
background-color: #cb8dfe;
/* Tailwind (arbitrary) */
class="text-[#cb8dfe] bg-[#cb8dfe]"
/* SCSS */
$brand: #cb8dfe;
/* SwiftUI */
Color(red: 0.796, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#cb8dfe")Accessibility — WCAG contrast
Aa
#cb8dfe on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8dfe on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green55.3%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cb8dfe text on a black background
contrast 8.78:1
Card sample
#cb8dfe text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8dfe;
Background color
Panel with #cb8dfe background
background-color: #cb8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8dfe; background: linear-gradient(135deg, #cb8dfe, #FE8DE6);