#cb6fdf
a light, vivid violet · warm · closest name: orchid
RGB
203, 111, 223
HSL
289°, 64%, 66%
CMYK
9, 50, 0, 13
Luminance
0.2939
Every format
| HEX | #cb6fdf |
| RGB | rgb(203, 111, 223) |
| HSL | hsl(289, 64%, 66%) |
| CMYK | cmyk(9%, 50%, 0%, 13%) |
| LAB | lab(61.1 53.3 -42.2) |
| LCH | lch(61.1 67.9 321.6) |
| OKLCH | oklch(0.687 0.183 320.2) |
Copy-ready code
/* CSS */
color: #cb6fdf;
background-color: #cb6fdf;
/* Tailwind (arbitrary) */
class="text-[#cb6fdf] bg-[#cb6fdf]"
/* SCSS */
$brand: #cb6fdf;
/* SwiftUI */
Color(red: 0.796, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#cb6fdf")Accessibility — WCAG contrast
Aa
#cb6fdf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb6fdf on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cb6fdf text on a black background
contrast 6.88:1
Card sample
#cb6fdf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6fdf;
Background color
Panel with #cb6fdf background
background-color: #cb6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6fdf; background: linear-gradient(135deg, #cb6fdf, #DF6FA8);