#cb8afd
a light, electric violet · warm · closest name: violet
RGB
203, 138, 253
HSL
274°, 97%, 77%
CMYK
20, 46, 0, 1
Luminance
0.3797
Every format
| HEX | #cb8afd |
| RGB | rgb(203, 138, 253) |
| HSL | hsl(274, 97%, 77%) |
| CMYK | cmyk(20%, 46%, 0%, 1%) |
| LAB | lab(68.0 45.4 -48.0) |
| LCH | lch(68.0 66.1 313.4) |
| OKLCH | oklch(0.743 0.172 308.8) |
Copy-ready code
/* CSS */
color: #cb8afd;
background-color: #cb8afd;
/* Tailwind (arbitrary) */
class="text-[#cb8afd] bg-[#cb8afd]"
/* SCSS */
$brand: #cb8afd;
/* SwiftUI */
Color(red: 0.796, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#cb8afd")Accessibility — WCAG contrast
Aa
#cb8afd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8afd on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.1%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cb8afd text on a black background
contrast 8.59:1
Card sample
#cb8afd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8afd;
Background color
Panel with #cb8afd background
background-color: #cb8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8afd; background: linear-gradient(135deg, #cb8afd, #FD8AE2);