#cb7fdc
a light, vivid violet · warm · closest name: orchid
RGB
203, 127, 220
HSL
289°, 57%, 68%
CMYK
8, 42, 0, 14
Luminance
0.3304
Every format
| HEX | #cb7fdc |
| RGB | rgb(203, 127, 220) |
| HSL | hsl(289, 57%, 68%) |
| CMYK | cmyk(8%, 42%, 0%, 14%) |
| LAB | lab(64.2 44.4 -35.7) |
| LCH | lch(64.2 57.0 321.2) |
| OKLCH | oklch(0.709 0.153 320.1) |
Copy-ready code
/* CSS */
color: #cb7fdc;
background-color: #cb7fdc;
/* Tailwind (arbitrary) */
class="text-[#cb7fdc] bg-[#cb7fdc]"
/* SCSS */
$brand: #cb7fdc;
/* SwiftUI */
Color(red: 0.796, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#cb7fdc")Accessibility — WCAG contrast
Aa
#cb7fdc on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7fdc on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.8%
Blue86.3%
CMYK percentages
Cyan7.7%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#cb7fdc text on a black background
contrast 7.61:1
Card sample
#cb7fdc text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7fdc;
Background color
Panel with #cb7fdc background
background-color: #cb7fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7fdc; background: linear-gradient(135deg, #cb7fdc, #DC7FAF);