#cb1dfe
a balanced, electric violet · warm · closest name: magenta
RGB
203, 29, 254
HSL
286°, 99%, 56%
CMYK
20, 89, 0, 0
Luminance
0.2073
Every format
| HEX | #cb1dfe |
| RGB | rgb(203, 29, 254) |
| HSL | hsl(286, 99%, 56%) |
| CMYK | cmyk(20%, 89%, 0%, 0%) |
| LAB | lab(52.7 87.8 -73.1) |
| LCH | lch(52.7 114.2 320.2) |
| OKLCH | oklch(0.632 0.297 316.0) |
Copy-ready code
/* CSS */
color: #cb1dfe;
background-color: #cb1dfe;
/* Tailwind (arbitrary) */
class="text-[#cb1dfe] bg-[#cb1dfe]"
/* SCSS */
$brand: #cb1dfe;
/* SwiftUI */
Color(red: 0.796, green: 0.114, blue: 0.996)
/* Android */
Color.parseColor("#cb1dfe")Accessibility — WCAG contrast
Aa
#cb1dfe on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb1dfe on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green11.4%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta88.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cb1dfe text on a black background
contrast 5.15:1
Card sample
#cb1dfe text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1dfe;
Background color
Panel with #cb1dfe background
background-color: #cb1dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 29, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 29, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1dfe; background: linear-gradient(135deg, #cb1dfe, #FE1D9B);