#cb0fff
a balanced, electric violet · warm · closest name: magenta
RGB
203, 15, 255
HSL
287°, 100%, 53%
CMYK
20, 94, 0, 0
Luminance
0.2026
Every format
| HEX | #cb0fff |
| RGB | rgb(203, 15, 255) |
| HSL | hsl(287, 100%, 53%) |
| CMYK | cmyk(20%, 94%, 0%, 0%) |
| LAB | lab(52.1 89.7 -74.5) |
| LCH | lch(52.1 116.6 320.3) |
| OKLCH | oklch(0.629 0.303 316.0) |
Copy-ready code
/* CSS */
color: #cb0fff;
background-color: #cb0fff;
/* Tailwind (arbitrary) */
class="text-[#cb0fff] bg-[#cb0fff]"
/* SCSS */
$brand: #cb0fff;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 1.000)
/* Android */
Color.parseColor("#cb0fff")Accessibility — WCAG contrast
Aa
#cb0fff on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb0fff on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta94.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cb0fff text on a black background
contrast 5.05:1
Card sample
#cb0fff text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fff;
Background color
Panel with #cb0fff background
background-color: #cb0fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fff; background: linear-gradient(135deg, #cb0fff, #FF0F93);