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