#cb05df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 5, 223
HSL
295°, 96%, 45%
CMYK
9, 98, 0, 13
Luminance
0.1813
Every format
| HEX | #cb05df |
| RGB | rgb(203, 5, 223) |
| HSL | hsl(295, 96%, 45%) |
| CMYK | cmyk(9%, 98%, 0%, 13%) |
| LAB | lab(49.7 85.3 -60.5) |
| LCH | lch(49.7 104.6 324.7) |
| OKLCH | oklch(0.605 0.283 323.3) |
Copy-ready code
/* CSS */
color: #cb05df;
background-color: #cb05df;
/* Tailwind (arbitrary) */
class="text-[#cb05df] bg-[#cb05df]"
/* SCSS */
$brand: #cb05df;
/* SwiftUI */
Color(red: 0.796, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#cb05df")Accessibility — WCAG contrast
Aa
#cb05df on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb05df on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green2.0%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cb05df text on a black background
contrast 4.63:1
Card sample
#cb05df text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb05df;
Background color
Panel with #cb05df background
background-color: #cb05df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb05df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb05df; background: linear-gradient(135deg, #cb05df, #DF0562);