#cb1fd3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 31, 211
HSL
297°, 74%, 48%
CMYK
4, 85, 0, 17
Luminance
0.1838
Every format
| HEX | #cb1fd3 |
| RGB | rgb(203, 31, 211) |
| HSL | hsl(297, 74%, 48%) |
| CMYK | cmyk(4%, 85%, 0%, 17%) |
| LAB | lab(50.0 80.4 -53.1) |
| LCH | lch(50.0 96.3 326.5) |
| OKLCH | oklch(0.604 0.266 326.1) |
Copy-ready code
/* CSS */
color: #cb1fd3;
background-color: #cb1fd3;
/* Tailwind (arbitrary) */
class="text-[#cb1fd3] bg-[#cb1fd3]"
/* SCSS */
$brand: #cb1fd3;
/* SwiftUI */
Color(red: 0.796, green: 0.122, blue: 0.827)
/* Android */
Color.parseColor("#cb1fd3")Accessibility — WCAG contrast
Aa
#cb1fd3 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb1fd3 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green12.2%
Blue82.7%
CMYK percentages
Cyan3.8%
Magenta85.3%
Yellow0.0%
Key (black)17.3%
Color previews
#cb1fd3 text on a black background
contrast 4.68:1
Card sample
#cb1fd3 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1fd3;
Background color
Panel with #cb1fd3 background
background-color: #cb1fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 31, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 31, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1fd3; background: linear-gradient(135deg, #cb1fd3, #D31F63);