#cb4fad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 79, 173
HSL
315°, 54%, 55%
CMYK
0, 61, 15, 20
Luminance
0.2131
Every format
| HEX | #cb4fad |
| RGB | rgb(203, 79, 173) |
| HSL | hsl(315, 54%, 55%) |
| CMYK | cmyk(0%, 61%, 15%, 20%) |
| LAB | lab(53.3 59.6 -25.9) |
| LCH | lch(53.3 65.0 336.5) |
| OKLCH | oklch(0.622 0.189 338.3) |
Copy-ready code
/* CSS */
color: #cb4fad;
background-color: #cb4fad;
/* Tailwind (arbitrary) */
class="text-[#cb4fad] bg-[#cb4fad]"
/* SCSS */
$brand: #cb4fad;
/* SwiftUI */
Color(red: 0.796, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#cb4fad")Accessibility — WCAG contrast
Aa
#cb4fad on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4fad on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow14.8%
Key (black)20.4%
Color previews
#cb4fad text on a black background
contrast 5.26:1
Card sample
#cb4fad text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4fad;
Background color
Panel with #cb4fad background
background-color: #cb4fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4fad; background: linear-gradient(135deg, #cb4fad, #CB4F5A);