#cb8fec
a light, vivid violet · warm · closest name: violet
RGB
203, 143, 236
HSL
279°, 71%, 74%
CMYK
14, 39, 0, 8
Luminance
0.3840
Every format
| HEX | #cb8fec |
| RGB | rgb(203, 143, 236) |
| HSL | hsl(279, 71%, 74%) |
| CMYK | cmyk(14%, 39%, 0%, 8%) |
| LAB | lab(68.3 39.1 -38.2) |
| LCH | lch(68.3 54.6 315.7) |
| OKLCH | oklch(0.743 0.144 312.9) |
Copy-ready code
/* CSS */
color: #cb8fec;
background-color: #cb8fec;
/* Tailwind (arbitrary) */
class="text-[#cb8fec] bg-[#cb8fec]"
/* SCSS */
$brand: #cb8fec;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.925)
/* Android */
Color.parseColor("#cb8fec")Accessibility — WCAG contrast
Aa
#cb8fec on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fec on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue92.5%
CMYK percentages
Cyan14.0%
Magenta39.4%
Yellow0.0%
Key (black)7.5%
Color previews
#cb8fec text on a black background
contrast 8.68:1
Card sample
#cb8fec text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fec;
Background color
Panel with #cb8fec background
background-color: #cb8fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fec; background: linear-gradient(135deg, #cb8fec, #EC8FCF);