#cb06f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 6, 242
HSL
290°, 95%, 49%
CMYK
16, 98, 0, 5
Luminance
0.1924
Every format
| HEX | #cb06f2 |
| RGB | rgb(203, 6, 242) |
| HSL | hsl(290, 95%, 49%) |
| CMYK | cmyk(16%, 98%, 0%, 5%) |
| LAB | lab(51.0 88.3 -69.1) |
| LCH | lch(51.0 112.1 321.9) |
| OKLCH | oklch(0.618 0.296 318.9) |
Copy-ready code
/* CSS */
color: #cb06f2;
background-color: #cb06f2;
/* Tailwind (arbitrary) */
class="text-[#cb06f2] bg-[#cb06f2]"
/* SCSS */
$brand: #cb06f2;
/* SwiftUI */
Color(red: 0.796, green: 0.024, blue: 0.949)
/* Android */
Color.parseColor("#cb06f2")Accessibility — WCAG contrast
Aa
#cb06f2 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb06f2 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green2.4%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta97.5%
Yellow0.0%
Key (black)5.1%
Color previews
#cb06f2 text on a black background
contrast 4.85:1
Card sample
#cb06f2 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb06f2;
Background color
Panel with #cb06f2 background
background-color: #cb06f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb06f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 6, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 6, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb06f2; background: linear-gradient(135deg, #cb06f2, #F2067C);