#cb8cfd
a light, electric violet · warm · closest name: violet
RGB
203, 140, 253
HSL
274°, 97%, 77%
CMYK
20, 45, 0, 1
Luminance
0.3854
Every format
| HEX | #cb8cfd |
| RGB | rgb(203, 140, 253) |
| HSL | hsl(274, 97%, 77%) |
| CMYK | cmyk(20%, 45%, 0%, 1%) |
| LAB | lab(68.4 44.4 -47.3) |
| LCH | lch(68.4 64.8 313.2) |
| OKLCH | oklch(0.746 0.169 308.5) |
Copy-ready code
/* CSS */
color: #cb8cfd;
background-color: #cb8cfd;
/* Tailwind (arbitrary) */
class="text-[#cb8cfd] bg-[#cb8cfd]"
/* SCSS */
$brand: #cb8cfd;
/* SwiftUI */
Color(red: 0.796, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#cb8cfd")Accessibility — WCAG contrast
Aa
#cb8cfd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8cfd on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.9%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cb8cfd text on a black background
contrast 8.71:1
Card sample
#cb8cfd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8cfd;
Background color
Panel with #cb8cfd background
background-color: #cb8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8cfd; background: linear-gradient(135deg, #cb8cfd, #FD8CE4);