#cb44f2
a balanced, electric violet · warm · closest name: magenta
RGB
203, 68, 242
HSL
287°, 87%, 61%
CMYK
16, 72, 0, 5
Luminance
0.2324
Every format
| HEX | #cb44f2 |
| RGB | rgb(203, 68, 242) |
| HSL | hsl(287, 87%, 61%) |
| CMYK | cmyk(16%, 72%, 0%, 5%) |
| LAB | lab(55.3 75.6 -62.1) |
| LCH | lch(55.3 97.8 320.6) |
| OKLCH | oklch(0.648 0.258 317.5) |
Copy-ready code
/* CSS */
color: #cb44f2;
background-color: #cb44f2;
/* Tailwind (arbitrary) */
class="text-[#cb44f2] bg-[#cb44f2]"
/* SCSS */
$brand: #cb44f2;
/* SwiftUI */
Color(red: 0.796, green: 0.267, blue: 0.949)
/* Android */
Color.parseColor("#cb44f2")Accessibility — WCAG contrast
Aa
#cb44f2 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb44f2 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green26.7%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta71.9%
Yellow0.0%
Key (black)5.1%
Color previews
#cb44f2 text on a black background
contrast 5.65:1
Card sample
#cb44f2 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb44f2;
Background color
Panel with #cb44f2 background
background-color: #cb44f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb44f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 68, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 68, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb44f2; background: linear-gradient(135deg, #cb44f2, #F244A5);