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