#cb77da
a light, vivid magenta / pink · warm · closest name: orchid
RGB
203, 119, 218
HSL
291°, 57%, 66%
CMYK
7, 45, 0, 15
Luminance
0.3095
Every format
| HEX | #cb77da |
| RGB | rgb(203, 119, 218) |
| HSL | hsl(291, 57%, 66%) |
| CMYK | cmyk(7%, 45%, 0%, 15%) |
| LAB | lab(62.5 48.2 -37.3) |
| LCH | lch(62.5 61.0 322.3) |
| OKLCH | oklch(0.696 0.165 321.4) |
Copy-ready code
/* CSS */
color: #cb77da;
background-color: #cb77da;
/* Tailwind (arbitrary) */
class="text-[#cb77da] bg-[#cb77da]"
/* SCSS */
$brand: #cb77da;
/* SwiftUI */
Color(red: 0.796, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#cb77da")Accessibility — WCAG contrast
Aa
#cb77da on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb77da on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green46.7%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cb77da text on a black background
contrast 7.19:1
Card sample
#cb77da text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb77da;
Background color
Panel with #cb77da background
background-color: #cb77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb77da; background: linear-gradient(135deg, #cb77da, #DA77A7);