#cb7cdf
a light, vivid violet · warm · closest name: orchid
RGB
203, 124, 223
HSL
288°, 61%, 68%
CMYK
9, 44, 0, 13
Luminance
0.3244
Every format
| HEX | #cb7cdf |
| RGB | rgb(203, 124, 223) |
| HSL | hsl(288, 61%, 68%) |
| CMYK | cmyk(9%, 44%, 0%, 13%) |
| LAB | lab(63.7 46.6 -38.2) |
| LCH | lch(63.7 60.2 320.7) |
| OKLCH | oklch(0.706 0.162 319.3) |
Copy-ready code
/* CSS */
color: #cb7cdf;
background-color: #cb7cdf;
/* Tailwind (arbitrary) */
class="text-[#cb7cdf] bg-[#cb7cdf]"
/* SCSS */
$brand: #cb7cdf;
/* SwiftUI */
Color(red: 0.796, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#cb7cdf")Accessibility — WCAG contrast
Aa
#cb7cdf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7cdf on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cb7cdf text on a black background
contrast 7.49:1
Card sample
#cb7cdf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7cdf;
Background color
Panel with #cb7cdf background
background-color: #cb7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7cdf; background: linear-gradient(135deg, #cb7cdf, #DF7CB1);