#cb72be
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 114, 190
HSL
309°, 46%, 62%
CMYK
0, 44, 6, 20
Luminance
0.2845
Every format
| HEX | #cb72be |
| RGB | rgb(203, 114, 190) |
| HSL | hsl(309, 46%, 62%) |
| CMYK | cmyk(0%, 44%, 6%, 20%) |
| LAB | lab(60.3 45.6 -24.9) |
| LCH | lch(60.3 52.0 331.4) |
| OKLCH | oklch(0.676 0.147 332.7) |
Copy-ready code
/* CSS */
color: #cb72be;
background-color: #cb72be;
/* Tailwind (arbitrary) */
class="text-[#cb72be] bg-[#cb72be]"
/* SCSS */
$brand: #cb72be;
/* SwiftUI */
Color(red: 0.796, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#cb72be")Accessibility — WCAG contrast
Aa
#cb72be on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb72be on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow6.4%
Key (black)20.4%
Color previews
#cb72be text on a black background
contrast 6.69:1
Card sample
#cb72be text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb72be;
Background color
Panel with #cb72be background
background-color: #cb72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb72be; background: linear-gradient(135deg, #cb72be, #CB7283);