#cb8fef
a light, electric violet · warm · closest name: violet
RGB
203, 143, 239
HSL
278°, 75%, 75%
CMYK
15, 40, 0, 6
Luminance
0.3857
Every format
| HEX | #cb8fef |
| RGB | rgb(203, 143, 239) |
| HSL | hsl(278, 75%, 75%) |
| CMYK | cmyk(15%, 40%, 0%, 6%) |
| LAB | lab(68.4 39.7 -39.6) |
| LCH | lch(68.4 56.1 315.1) |
| OKLCH | oklch(0.744 0.147 311.9) |
Copy-ready code
/* CSS */
color: #cb8fef;
background-color: #cb8fef;
/* Tailwind (arbitrary) */
class="text-[#cb8fef] bg-[#cb8fef]"
/* SCSS */
$brand: #cb8fef;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#cb8fef")Accessibility — WCAG contrast
Aa
#cb8fef on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fef on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#cb8fef text on a black background
contrast 8.71:1
Card sample
#cb8fef text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fef;
Background color
Panel with #cb8fef background
background-color: #cb8fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fef; background: linear-gradient(135deg, #cb8fef, #EF8FD3);