#cb7cef
a light, electric violet · warm · closest name: violet
RGB
203, 124, 239
HSL
281°, 78%, 71%
CMYK
15, 48, 0, 6
Luminance
0.3334
Every format
| HEX | #cb7cef |
| RGB | rgb(203, 124, 239) |
| HSL | hsl(281, 78%, 71%) |
| CMYK | cmyk(15%, 48%, 0%, 6%) |
| LAB | lab(64.4 49.8 -45.9) |
| LCH | lch(64.4 67.7 317.4) |
| OKLCH | oklch(0.714 0.178 314.4) |
Copy-ready code
/* CSS */
color: #cb7cef;
background-color: #cb7cef;
/* Tailwind (arbitrary) */
class="text-[#cb7cef] bg-[#cb7cef]"
/* SCSS */
$brand: #cb7cef;
/* SwiftUI */
Color(red: 0.796, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#cb7cef")Accessibility — WCAG contrast
Aa
#cb7cef on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7cef on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green48.6%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cb7cef text on a black background
contrast 7.67:1
Card sample
#cb7cef text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7cef;
Background color
Panel with #cb7cef background
background-color: #cb7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7cef; background: linear-gradient(135deg, #cb7cef, #EF7CC6);