#cb6bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
203, 107, 223
HSL
290°, 64%, 65%
CMYK
9, 52, 0, 13
Luminance
0.2854
Every format
| HEX | #cb6bdf |
| RGB | rgb(203, 107, 223) |
| HSL | hsl(290, 64%, 65%) |
| CMYK | cmyk(9%, 52%, 0%, 13%) |
| LAB | lab(60.4 55.2 -43.4) |
| LCH | lch(60.4 70.2 321.9) |
| OKLCH | oklch(0.681 0.189 320.5) |
Copy-ready code
/* CSS */
color: #cb6bdf;
background-color: #cb6bdf;
/* Tailwind (arbitrary) */
class="text-[#cb6bdf] bg-[#cb6bdf]"
/* SCSS */
$brand: #cb6bdf;
/* SwiftUI */
Color(red: 0.796, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#cb6bdf")Accessibility — WCAG contrast
Aa
#cb6bdf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb6bdf on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green42.0%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cb6bdf text on a black background
contrast 6.71:1
Card sample
#cb6bdf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6bdf;
Background color
Panel with #cb6bdf background
background-color: #cb6bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6bdf; background: linear-gradient(135deg, #cb6bdf, #DF6BA6);