#cb09f6
a balanced, electric violet · warm · closest name: magenta
RGB
203, 9, 246
HSL
289°, 93%, 50%
CMYK
18, 96, 0, 4
Luminance
0.1955
Every format
| HEX | #cb09f6 |
| RGB | rgb(203, 9, 246) |
| HSL | hsl(289, 93%, 50%) |
| CMYK | cmyk(18%, 96%, 0%, 4%) |
| LAB | lab(51.3 88.7 -70.8) |
| LCH | lch(51.3 113.5 321.4) |
| OKLCH | oklch(0.621 0.298 318.0) |
Copy-ready code
/* CSS */
color: #cb09f6;
background-color: #cb09f6;
/* Tailwind (arbitrary) */
class="text-[#cb09f6] bg-[#cb09f6]"
/* SCSS */
$brand: #cb09f6;
/* SwiftUI */
Color(red: 0.796, green: 0.035, blue: 0.965)
/* Android */
Color.parseColor("#cb09f6")Accessibility — WCAG contrast
Aa
#cb09f6 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb09f6 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green3.5%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta96.3%
Yellow0.0%
Key (black)3.5%
Color previews
#cb09f6 text on a black background
contrast 4.91:1
Card sample
#cb09f6 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb09f6;
Background color
Panel with #cb09f6 background
background-color: #cb09f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb09f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 9, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 9, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb09f6; background: linear-gradient(135deg, #cb09f6, #F60983);