#cb2fac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 47, 172
HSL
312°, 62%, 49%
CMYK
0, 77, 15, 20
Luminance
0.1771
Every format
| HEX | #cb2fac |
| RGB | rgb(203, 47, 172) |
| HSL | hsl(312, 62%, 49%) |
| CMYK | cmyk(0%, 77%, 15%, 20%) |
| LAB | lab(49.1 71.0 -31.8) |
| LCH | lch(49.1 77.7 335.9) |
| OKLCH | oklch(0.592 0.227 337.6) |
Copy-ready code
/* CSS */
color: #cb2fac;
background-color: #cb2fac;
/* Tailwind (arbitrary) */
class="text-[#cb2fac] bg-[#cb2fac]"
/* SCSS */
$brand: #cb2fac;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#cb2fac")Accessibility — WCAG contrast
Aa
#cb2fac on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2fac on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow15.3%
Key (black)20.4%
Color previews
#cb2fac text on a black background
contrast 4.54:1
Card sample
#cb2fac text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fac;
Background color
Panel with #cb2fac background
background-color: #cb2fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fac; background: linear-gradient(135deg, #cb2fac, #CB2F44);