#cb77df
a light, vivid violet · warm · closest name: orchid
RGB
203, 119, 223
HSL
289°, 62%, 67%
CMYK
9, 47, 0, 13
Luminance
0.3122
Every format
| HEX | #cb77df |
| RGB | rgb(203, 119, 223) |
| HSL | hsl(289, 62%, 67%) |
| CMYK | cmyk(9%, 47%, 0%, 13%) |
| LAB | lab(62.7 49.2 -39.8) |
| LCH | lch(62.7 63.2 321.1) |
| OKLCH | oklch(0.699 0.170 319.7) |
Copy-ready code
/* CSS */
color: #cb77df;
background-color: #cb77df;
/* Tailwind (arbitrary) */
class="text-[#cb77df] bg-[#cb77df]"
/* SCSS */
$brand: #cb77df;
/* SwiftUI */
Color(red: 0.796, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#cb77df")Accessibility — WCAG contrast
Aa
#cb77df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb77df on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green46.7%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cb77df text on a black background
contrast 7.24:1
Card sample
#cb77df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb77df;
Background color
Panel with #cb77df background
background-color: #cb77df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb77df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb77df; background: linear-gradient(135deg, #cb77df, #DF77AE);