#cb09fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 9, 253
HSL
288°, 98%, 51%
CMYK
20, 96, 0, 1
Luminance
0.1998
Every format
| HEX | #cb09fd |
| RGB | rgb(203, 9, 253) |
| HSL | hsl(288, 98%, 51%) |
| CMYK | cmyk(20%, 96%, 0%, 1%) |
| LAB | lab(51.8 89.9 -73.9) |
| LCH | lch(51.8 116.3 320.6) |
| OKLCH | oklch(0.626 0.303 316.5) |
Copy-ready code
/* CSS */
color: #cb09fd;
background-color: #cb09fd;
/* Tailwind (arbitrary) */
class="text-[#cb09fd] bg-[#cb09fd]"
/* SCSS */
$brand: #cb09fd;
/* SwiftUI */
Color(red: 0.796, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#cb09fd")Accessibility — WCAG contrast
Aa
#cb09fd on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb09fd on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green3.5%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cb09fd text on a black background
contrast 5.00:1
Card sample
#cb09fd text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb09fd;
Background color
Panel with #cb09fd background
background-color: #cb09fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb09fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb09fd; background: linear-gradient(135deg, #cb09fd, #FD098C);